1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 10:55:43 -05:00

upgrade nuget libs

This commit is contained in:
Kyle Spearrin
2018-03-28 10:00:20 -04:00
parent d89d5c1667
commit ceb4df2450
14 changed files with 43 additions and 43 deletions

View File

@ -4,8 +4,8 @@
<RootNamespace>Bit.Function</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.8" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.11" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />