Skip to content

Commit

Permalink
Update Newtonsoft.Json reference in host tests to new version (dotnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-karas authored Jul 15, 2022
1 parent 8ba1cf5 commit b452b4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ private static string CreateAdditionalDeps(string destDir, JObject immutableColl
File.WriteAllText(depsFile, depsjson.ToString());

SharedFramework.AddReferenceToDepsJson(depsFile, "LightupLib/1.0.0", "System.Collections.Immutable", "1.0.0", immutableCollectionVersionInfo);
SharedFramework.AddReferenceToDepsJson(depsFile, "LightupLib/1.0.0", "Newtonsoft.Json", "9.0.1");
SharedFramework.AddReferenceToDepsJson(depsFile, "LightupLib/1.0.0", "Newtonsoft.Json", "13.0.1");

return depsFile;
}
Expand Down

0 comments on commit b452b4b

Please sign in to comment.