We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e3658 commit 139eb49Copy full SHA for 139eb49
1 file changed
src/NuGetGallery.Services/NuGetGallery.Services.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<Import Project="..\..\SdkProjects.props" />
4
@@ -66,6 +66,9 @@
66
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation">
67
<Version>1.0.0</Version>
68
</PackageReference>
69
+ <PackageReference Include="Microsoft.IdentityModel.JsonWebTokens">
70
+ <Version>7.3.1</Version>
71
+ </PackageReference>
72
<PackageReference Include="Microsoft.Owin">
73
<Version>4.2.2</Version>
74
0 commit comments