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 1
1
<Project >
2
2
<!-- Package Metadata -->
3
3
<PropertyGroup >
4
- <VersionPrefix >2 .0.2 </VersionPrefix >
4
+ <VersionPrefix >3 .0.0 </VersionPrefix >
5
5
<VersionSuffix >
6
6
</VersionSuffix >
7
7
<Description >FIDO2 .NET library (WebAuthn)</Description >
12
12
<PackageProjectUrl >https://github.com/abergs/fido2-net-lib</PackageProjectUrl >
13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
14
14
</PropertyGroup >
15
-
16
15
<!-- Global Variables -->
17
16
<PropertyGroup >
18
17
<SupportedTargetFrameworks >net6.0</SupportedTargetFrameworks >
19
18
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
20
19
</PropertyGroup >
21
-
22
20
<!-- Language + Compiler Settings-->
23
21
<PropertyGroup >
24
22
<LangVersion >10</LangVersion >
25
23
</PropertyGroup >
26
-
27
24
<!-- MISC-->
28
25
<PropertyGroup >
29
26
<!-- Avoid annoying build warnings when packing using the solution file -->
30
27
<IsPackable >false</IsPackable >
31
28
<!-- Avoid annoying build warnings when packing using the solution file -->
32
29
<IsTestProject >false</IsTestProject >
33
30
</PropertyGroup >
34
- </Project >
31
+ </Project >
You can’t perform that action at this time.
0 commit comments