Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5303142

Browse files
committedAug 25, 2021
Update and fix packages
1 parent 579dadf commit 5303142

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎NFive.SDK.Core.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="JetBrains.Annotations, Version=2021.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
38-
<HintPath>packages\JetBrains.Annotations.2021.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
37+
<Reference Include="JetBrains.Annotations, Version=2021.2.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
38+
<HintPath>packages\JetBrains.Annotations.2021.2.0\lib\net20\JetBrains.Annotations.dll</HintPath>
3939
<Private>False</Private>
4040
</Reference>
41-
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
42-
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
41+
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
42+
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
4343
<Private>False</Private>
4444
</Reference>
4545
<Reference Include="System" />

‎packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="JetBrains.Annotations" version="2021.1.0" targetFramework="net452" />
4-
<package id="Newtonsoft.Json" version="13.0.1" allowedVersions="[13.0.1]" targetFramework="net452" />
3+
<package id="JetBrains.Annotations" version="2021.2.0" targetFramework="net452" />
4+
<package id="Newtonsoft.Json" version="12.0.2" allowedVersions="[12.0.2]" targetFramework="net452" />
55
</packages>

0 commit comments

Comments
 (0)
Please sign in to comment.