Skip to content

Commit f56baba

Browse files
Merge pull request #1065 from solidify/fabio/update-newtonsoft-13.0.2
Fabio/update newtonsoft 13.0.2
2 parents a0a5097 + 863754f commit f56baba

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

src/WorkItemMigrator/JiraExport/jira-export.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<HintPath>..\packages\Microsoft.Extensions.CommandLineUtils.1.1.1\lib\net451\Microsoft.Extensions.CommandLineUtils.dll</HintPath>
9090
</Reference>
9191
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
92-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
92+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
9393
</Reference>
9494
<Reference Include="RestSharp, Version=106.0.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
9595
<HintPath>..\packages\RestSharp.106.10.1\lib\net452\RestSharp.dll</HintPath>

src/WorkItemMigrator/JiraExport/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.4.0" targetFramework="net471" />
66
<package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.9.1" targetFramework="net471" />
77
<package id="Microsoft.Extensions.CommandLineUtils" version="1.1.1" targetFramework="net461" />
8-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
8+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
99
<package id="RestSharp" version="106.10.1" targetFramework="net471" />
1010
<package id="System.Diagnostics.DiagnosticSource" version="4.5.0" targetFramework="net471" />
1111
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net48" />

src/WorkItemMigrator/Migration.Common.Log/Migration.Common.Log.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<HintPath>..\packages\Microsoft.ApplicationInsights.2.9.1\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
3939
</Reference>
4040
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
41+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Semver, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL">
4444
<HintPath>..\packages\Semver.2.0.4\lib\net452\Semver.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.ApplicationInsights" version="2.9.1" targetFramework="net471" />
4-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
4+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
55
<package id="Semver" version="2.0.4" targetFramework="net471" />
66
<package id="System.Diagnostics.DiagnosticSource" version="4.5.0" targetFramework="net461" />
77
</packages>

src/WorkItemMigrator/Migration.Common/Migration.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
37+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
3838
</Reference>
3939
<Reference Include="System" />
4040
<Reference Include="System.Configuration" />
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="13.0.1" targetFramework="net471" />
3+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
44
<package id="System.Diagnostics.DiagnosticSource" version="4.5.0" targetFramework="net471" />
55
<package id="System.ValueTuple" version="4.5.0" targetFramework="net471" />
66
</packages>

src/WorkItemMigrator/Migration.WIContract/Migration.WIContract.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333
<ItemGroup>
3434
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
35-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
35+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
3636
</Reference>
3737
<Reference Include="System" />
3838
<Reference Include="System.Core" />
@@ -53,14 +53,14 @@
5353
<Compile Include="WiLink.cs" />
5454
<Compile Include="WiRevision.cs" />
5555
</ItemGroup>
56-
<ItemGroup>
57-
<None Include="packages.config" />
58-
</ItemGroup>
5956
<ItemGroup>
6057
<ProjectReference Include="..\Migration.Common.Log\Migration.Common.Log.csproj">
6158
<Project>{87df777c-d3cb-4b0b-8552-159247b1f022}</Project>
6259
<Name>Migration.Common.Log</Name>
6360
</ProjectReference>
6461
</ItemGroup>
62+
<ItemGroup>
63+
<None Include="packages.config" />
64+
</ItemGroup>
6565
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6666
</Project>
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="13.0.1" targetFramework="net471" />
3+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
44
</packages>

src/WorkItemMigrator/WorkItemImport/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<package id="Microsoft.TeamFoundationServer.Client" version="16.153.0" targetFramework="net471" />
1717
<package id="Microsoft.VisualStudio.Services.Client" version="16.153.0" targetFramework="net471" />
1818
<package id="Microsoft.VisualStudio.Services.InteractiveClient" version="16.153.0" targetFramework="net471" />
19-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net471" />
19+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
2020
<package id="System.Collections.Immutable" version="1.4.0" targetFramework="net471" />
2121
<package id="System.Diagnostics.DiagnosticSource" version="4.5.0" targetFramework="net471" />
2222
<package id="System.IdentityModel.Tokens.Jwt" version="5.3.0" targetFramework="net471" />

src/WorkItemMigrator/WorkItemImport/wi-import.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<HintPath>..\packages\Microsoft.VisualStudio.Services.Client.16.153.0\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll</HintPath>
139139
</Reference>
140140
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
141-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
141+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
142142
</Reference>
143143
<Reference Include="System" />
144144
<Reference Include="System.Collections.Immutable, Version=1.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)