浏览代码

Merge branch 'master' of https://github.com/yuzhengyang/Fork

yuzhengyang 6 年之前
父节点
当前提交
a861a5e08f
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      Azylee.Utils/Azylee.Jsons/Azylee.Jsons.csproj
  2. 1 1
      Azylee.Utils/Azylee.Jsons/packages.config

+ 2 - 2
Azylee.Utils/Azylee.Jsons/Azylee.Jsons.csproj

@@ -31,8 +31,8 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
-      <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
+    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+      <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />

+ 1 - 1
Azylee.Utils/Azylee.Jsons/packages.config

@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="Newtonsoft.Json" version="11.0.2" targetFramework="net40" />
+  <package id="Newtonsoft.Json" version="12.0.1" targetFramework="net40" />
 </packages>