Skip to content

Commit 6718afe

Browse files
authored
[NewtonSoftJson] Upgrade to 13.0.2 in tools folder (#20544)
* 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
1 parent 4e6ecbc commit 6718afe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+5
-2815
lines changed

tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks.Test/Microsoft.Azure.Build.Tasks.Test.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
37-
<HintPath>..\..\..\src\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
38-
<Private>True</Private>
39-
</Reference>
36+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
4037
<Reference Include="System" />
4138
<Reference Include="System.Core" />
4239
<Reference Include="System.Xml.Linq" />

tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
3+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net452" />
44
<package id="xunit" version="2.2.0" targetFramework="net452" />
55
<package id="xunit.abstractions" version="2.0.1" targetFramework="net452" />
66
<package id="xunit.assert" version="2.2.0" targetFramework="net452" />

tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks/Microsoft.Azure.Build.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.11.0" />
25-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
25+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2626
<PackageReference Include="Octokit" Version="0.50.0" />
2727
</ItemGroup>
2828

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="10.0.3" targetFramework="net452" />
3+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net452" />
44
</packages>

tools/NetCoreCsProjSync/NetCoreCsProjSync.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

tools/NetCoreCsProjSync/NetCoreCsProjSync.sln.DotSettings

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/NetCoreCsProjSync/NetCoreCsProjSync/ModuleMap.json

Lines changed: 0 additions & 116 deletions
This file was deleted.

tools/NetCoreCsProjSync/NetCoreCsProjSync/ModuleSkipList.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

tools/NetCoreCsProjSync/NetCoreCsProjSync/NetCoreBase.csproj

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)