File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
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 >
5- <VersionSuffix >
6- </VersionSuffix >
4+ <VersionPrefix >3.0.0</VersionPrefix >
5+ <VersionSuffix >beta6</VersionSuffix >
76 <Description >FIDO2 .NET library (WebAuthn)</Description >
87 <RepositoryUrl >https://github.com/abergs/fido2-net-lib</RepositoryUrl >
98 <RepositoryType >git</RepositoryType >
1211 <PackageProjectUrl >https://github.com/abergs/fido2-net-lib</PackageProjectUrl >
1312 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1413 </PropertyGroup >
15-
1614 <!-- Global Variables -->
1715 <PropertyGroup >
1816 <SupportedTargetFrameworks >net6.0</SupportedTargetFrameworks >
1917 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
2018 </PropertyGroup >
21-
2219 <!-- Language + Compiler Settings-->
2320 <PropertyGroup >
2421 <LangVersion >10</LangVersion >
2522 </PropertyGroup >
26-
2723 <!-- MISC-->
2824 <PropertyGroup >
2925 <!-- Avoid annoying build warnings when packing using the solution file -->
3026 <IsPackable >false</IsPackable >
3127 <!-- Avoid annoying build warnings when packing using the solution file -->
3228 <IsTestProject >false</IsTestProject >
3329 </PropertyGroup >
34- </Project >
30+ </Project >
You can’t perform that action at this time.
0 commit comments