diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-08 11:23:15 -0800 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-08 11:23:15 -0800 |
commit | 6d8c8f9fd149ca438404819d9062d3dcda0e7c51 (patch) | |
tree | 153c8cc832648ba86772245da0a6c106c9db1c14 /windows | |
parent | c802811ad298d20315e358b0fc7964a16e591aa6 (diff) | |
download | infinitytier-6d8c8f9fd149ca438404819d9062d3dcda0e7c51.tar.gz infinitytier-6d8c8f9fd149ca438404819d9062d3dcda0e7c51.zip |
update JSON library to latest
Diffstat (limited to 'windows')
-rw-r--r-- | windows/WinUI/WinUI.csproj | 4 | ||||
-rw-r--r-- | windows/WinUI/packages.config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 76b4862a..181983c0 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -66,8 +66,8 @@ <PropertyGroup /> <ItemGroup> <Reference Include="Accessibility" /> - <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> - <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> + <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> diff --git a/windows/WinUI/packages.config b/windows/WinUI/packages.config index 505e5883..e1fae9c6 100644 --- a/windows/WinUI/packages.config +++ b/windows/WinUI/packages.config @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <packages> - <package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" /> + <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" /> </packages>
\ No newline at end of file |