Description
MSTest.TestFramework should support netcoreapp1.0 target.
Steps to reproduce
- VS from WPT, 25715.03
- Create a new console application
- Install MSTest.TestFramework
Expected behavior
Test framework installs correctly.
Actual behavior
Test framework install fails with following error:
Package MSTest.TestFramework 1.0.1-preview is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package MSTest.TestFramework 1.0.1-preview supports:
- dotnet (.NETPlatform,Version=v5.0)
- net451 (.NETFramework,Version=v4.5.1)
One or more packages are incompatible with .NETCoreApp,Version=v1.0.
Environment
MSTest.TestFramework 1.0.1-preview.
Description
MSTest.TestFramework should support netcoreapp1.0 target.
Steps to reproduce
Expected behavior
Test framework installs correctly.
Actual behavior
Test framework install fails with following error:
Environment
MSTest.TestFramework 1.0.1-preview.