1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

update libs

This commit is contained in:
Kyle Spearrin
2018-02-21 22:31:33 -05:00
parent 0b17f3823a
commit 87497a5608
14 changed files with 32 additions and 32 deletions

View File

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