1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Updated nuget packages to use newest .Net 5.0.9 (#1547)

This commit is contained in:
Daniel James Smith
2021-09-01 11:36:37 +02:00
committed by GitHub
parent f2520ed7be
commit f803e7664e
7 changed files with 10 additions and 10 deletions

View File

@ -28,7 +28,7 @@
</Choose>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.9" />
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.5.1" />
<PackageReference Include="Microsoft.Azure.EventGrid" Version="3.2.0" />