Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preload System.Runtime.Serialization.Primitives
We are required to preload System.Runtime.Serialization.Primitives since it is used for serialization by Newtonsoft.Json. Failure to do so results in an EngineExecutionException because of https://github.com/dotnet/coreclr/issues/5837, which should be fixed in a post-RTM release.
- Loading branch information