Jaroslav Kazejev
Jaroslav Kazejev
Created a pull request, #16
Is there any activity here? :)
Work is everywhere 👍 I did a small investigation into which frameworks can be added with the least amount of effort and checked which frameworks Newtonsoft.Json targets, they are: [`net45;net40;net35;net20;netstandard1.0;netstandard1.3;netstandard2.0`](https://github.com/JamesNK/Newtonsoft.Json/blob/master/Src/Newtonsoft.Json/Newtonsoft.Json.csproj)...
See https://github.com/dmitry-bym/JsonKnownTypes/pull/18
I had to remove netcoreapp2.2 from UnitTests because it is not available for some reason. It got the error: `Testhost process exited with error: It was not possible to find...
Now (after merge with latest updates) it fails the test `AutoBaseClassSameDiscriminator(auto) ` for net46, but it works in Visual Studio. Why?