Skip to content

Commit

Permalink
Remove dotnet.integration.test Newtonsoft.Json workaround (#4715)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkan authored Jul 8, 2022
1 parent fce00e7 commit 0707bff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/TestUtilities/Test.Utility/TestDotnetCLiUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,6 @@ private static void CopyRestoreArtifacts(string artifactsDirectory, string pathT
overwrite: true);
}
}

// temp: delete once the .NET SDK ships Newtonsoft.Json 13.0.1 or higher. Tracked by https://github.com/NuGet/Home/issues/11135
File.Copy(
sourceFileName: typeof(Newtonsoft.Json.JsonSerializer).Assembly.Location,
destFileName: Path.Combine(pathToSdkInCli, "Newtonsoft.Json.dll"),
overwrite: true);
}

private static string GetTfmToCopy(string projectArtifactsBinFolder)
Expand Down

0 comments on commit 0707bff

Please sign in to comment.