In Json.NET I have a netstandard1.0 and 1.3 targets. I want to test them individually. My test project has a netcoreapp1.1 target that depends on the library and automatically pulls in netstandard1.3, allowing me to test that target. How can I then test the netstandard1.0 target of Json.NET from the same test csproj?