Update Newtonsoft.Json to 10.0.1 (#1958)

- Matches other repos
This commit is contained in:
Mike Harder 2017-07-12 16:55:47 -07:00 committed by GitHub
parent 3dc1b5df52
commit 095230cb85
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<CoreFxVersion>4.4.0-*</CoreFxVersion>
<InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion>
<LibUvVersion>1.10.0</LibUvVersion>
<JsonNetVersion>9.0.1</JsonNetVersion>
<JsonNetVersion>10.0.1</JsonNetVersion>
<MoqVersion>4.7.49</MoqVersion>
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>