File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <Version >1.0.0-alpha </Version >
5+ <Version >1.0.0-preview </Version >
66 <Description >FIDO2 .NET library (WebAuthn)</Description >
77 <RepositoryUrl >https://github.com/abergs/fido2-net-lib</RepositoryUrl >
88 <RepositoryType >github</RepositoryType >
99 <PackageTags >fido2 webauthn</PackageTags >
10- <PackageReleaseNotes >Initial testrelease </PackageReleaseNotes >
10+ <PackageReleaseNotes >Initial release </PackageReleaseNotes >
1111 <PackageId >Fido2</PackageId >
1212 <PackageProjectUrl >https://github.com/abergs/fido2-net-lib</PackageProjectUrl >
1313 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1414 <UserSecretsId >fido2-net-lib-72797092-61BA-45E3-836A-53F282CFFAF3</UserSecretsId >
15+ <PackageLicenseUrl >https://github.com/abergs/fido2-net-lib/blob/master/LICENSE.txt</PackageLicenseUrl >
16+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
17+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
1518 </PropertyGroup >
1619
1720 <ItemGroup >
2124 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.2.4" />
2225 <PackageReference Include =" System.Memory" Version =" 4.5.1" />
2326 <PackageReference Include =" System.Security.Cryptography.Cng" Version =" 4.5.0" />
27+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
2428 </ItemGroup >
2529
2630</Project >
You can’t perform that action at this time.
0 commit comments