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