Skip to content

Commit

Permalink
[NewtonSoftJson] Upgrade to 13.0.2 in tools folder (#20544)
Browse files Browse the repository at this point in the history
* remove the useless project and upgrade the newtonsoft-json version for other projects

* remove the useless project and upgrade the newtonsoft-json version for other projects

* remove the useless project and upgrade the newtonsoft-json version for other projects

* Remove the duplicate define of package
  • Loading branch information
wyunchi-ms authored Jan 3, 2023
1 parent 4e6ecbc commit 6718afe
Show file tree
Hide file tree
Showing 53 changed files with 5 additions and 2,815 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\src\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net452" />
<package id="xunit" version="2.2.0" targetFramework="net452" />
<package id="xunit.abstractions" version="2.0.1" targetFramework="net452" />
<package id="xunit.assert" version="2.2.0" targetFramework="net452" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.11.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Octokit" Version="0.50.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net452" />
</packages>
25 changes: 0 additions & 25 deletions tools/NetCoreCsProjSync/NetCoreCsProjSync.sln

This file was deleted.

3 changes: 0 additions & 3 deletions tools/NetCoreCsProjSync/NetCoreCsProjSync.sln.DotSettings

This file was deleted.

116 changes: 0 additions & 116 deletions tools/NetCoreCsProjSync/NetCoreCsProjSync/ModuleMap.json

This file was deleted.

8 changes: 0 additions & 8 deletions tools/NetCoreCsProjSync/NetCoreCsProjSync/ModuleSkipList.json

This file was deleted.

67 changes: 0 additions & 67 deletions tools/NetCoreCsProjSync/NetCoreCsProjSync/NetCoreBase.csproj

This file was deleted.

Loading

0 comments on commit 6718afe

Please sign in to comment.