Skip to content

Commit

Permalink
Updated EFCore.Tools.DotNet to use 10.0.1 of Json.Net
Browse files Browse the repository at this point in the history
  • Loading branch information
kichalla committed Mar 29, 2017
1 parent 58ce361 commit f9a7ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore.Tools.DotNet/EFCore.Tools.DotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<group targetFramework=".NETCoreApp1.0">
<dependency id="Microsoft.NETCore.App" version="1.0.0" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="9.0.1" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="10.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit f9a7ec4

Please sign in to comment.