Skip to content

Commit d36a1dc

Browse files
author
chengliangzhang
committed
更新Newtonsoft.Json 库至9.0.1版本
1 parent 549a886 commit d36a1dc

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- 修改
55
- order移除 credential,user_from字段,添加amount 字段.
66
- 移除无卡接口类及示例
7+
- 更新Newtonsoft.Json 版本至9.0.1
78
- 新增
89
- 优惠券对象新增 user_times_circulated 字段
910
- 优惠券模板对象删除 user_times_circulated 字段

Example/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
36+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3737
<SpecificVersion>False</SpecificVersion>
3838
<HintPath>..\pingpp\bin\Debug\Newtonsoft.Json.dll</HintPath>
3939
</Reference>

libs/Newtonsoft.Json.dll

-17.5 KB
Binary file not shown.

libs/pingpp.dll

0 Bytes
Binary file not shown.

pingpp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net35" />
3+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net35" />
44
</packages>

pingpp/pingpp.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@
3636
<StartupObject />
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
40-
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
39+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
40+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
4241
</Reference>
4342
<Reference Include="System" />
4443
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)