You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Net.Test.Sdk only supports net46 so it cannot be installed on net451 projects. ASP.NET has a min bar of net451 which makes running tests with this an issue.
Steps to reproduce
Create csproj that has target framework net451.
Add Microsoft.NET.Test.Sdk dependency.
Expected behavior
Restore completes successfully.
Actual behavior
Failed to restore
Environment
dotnet --info:
.NET Command Line Tools (1.0.0-preview3-004056)
Product Information:
Version: 1.0.0-preview3-004056
Commit SHA-1 hash: ccc4968bc3
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
Microsoft.NET.Test.Sdk version tested: 15.0.0-preview-20161024-02
The text was updated successfully, but these errors were encountered:
NTaylorMullen
changed the title
Cannot install Microsoft.Net.Test.Sdk on net451
Cannot add Microsoft.Net.Test.Sdk as a dependency for net451 projects
Nov 7, 2016
NTaylorMullen
changed the title
Cannot add Microsoft.Net.Test.Sdk as a dependency for net451 projects
Cannot add Microsoft.Net.Test.Sdk as a dependency of net451 projects
Nov 7, 2016
Description
Microsoft.Net.Test.Sdk only supports net46 so it cannot be installed on net451 projects. ASP.NET has a min bar of net451 which makes running tests with this an issue.
Steps to reproduce
Expected behavior
Actual behavior
Environment
dotnet --info:
Microsoft.NET.Test.Sdk version tested:
15.0.0-preview-20161024-02
The text was updated successfully, but these errors were encountered: