Skip to content

Error installing MSTest.TestFramework on .net core #11

Description

@codito

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions