File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <!-- Package Metadata -->
33 <PropertyGroup >
4- <VersionPrefix >2 .0.2 </VersionPrefix >
4+ <VersionPrefix >3 .0.0 </VersionPrefix >
55 <VersionSuffix >
66 </VersionSuffix >
77 <Description >FIDO2 .NET library (WebAuthn)</Description >
1212 <PackageProjectUrl >https://github.com/abergs/fido2-net-lib</PackageProjectUrl >
1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1414 </PropertyGroup >
15-
1615 <!-- Global Variables -->
1716 <PropertyGroup >
1817 <SupportedTargetFrameworks >net6.0</SupportedTargetFrameworks >
1918 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
2019 </PropertyGroup >
21-
2220 <!-- Language + Compiler Settings-->
2321 <PropertyGroup >
2422 <LangVersion >10</LangVersion >
2523 </PropertyGroup >
26-
2724 <!-- MISC-->
2825 <PropertyGroup >
2926 <!-- Avoid annoying build warnings when packing using the solution file -->
3027 <IsPackable >false</IsPackable >
3128 <!-- Avoid annoying build warnings when packing using the solution file -->
3229 <IsTestProject >false</IsTestProject >
3330 </PropertyGroup >
34- </Project >
31+ </Project >
You can’t perform that action at this time.
0 commit comments