Skip to content

Commit

Permalink
Update NuGetGallery.Services to address CG alerts (#9274)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen authored Oct 6, 2022
1 parent 5e27c1e commit 44336f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/NuGetGallery.Services/NuGetGallery.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,22 @@
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Owin">
<Version>4.1.0</Version>
<Version>4.2.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Owin.Host.SystemWeb">
<Version>4.1.0</Version>
<Version>4.2.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Owin.Security">
<Version>4.1.0</Version>
<Version>4.2.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Owin.Security.Cookies">
<Version>4.1.0</Version>
<Version>4.2.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Owin.Security.MicrosoftAccount">
<Version>4.1.0</Version>
<Version>4.2.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Owin.Security.OpenIdConnect">
<Version>4.1.0</Version>
<Version>4.2.2</Version>
</PackageReference>
<PackageReference Include="NuGet.Protocol">
<Version>6.0.0</Version>
Expand Down

0 comments on commit 44336f1

Please sign in to comment.