t Convert Test Assets to Microsoft.NETCore.App
fix dotnet-compile-fsc failures fix test failures
This commit is contained in:
parent
b682ab1d4f
commit
83d78129db
125 changed files with 483 additions and 492 deletions
|
@ -75,7 +75,7 @@ namespace Microsoft.DotNet.ProjectModel.Server.Tests
|
|||
.AssertJArrayCount(2)
|
||||
.Select(f => f["ShortName"].Value<string>());
|
||||
|
||||
Assert.Contains("netstandardapp1.5", frameworkShortNames);
|
||||
Assert.Contains("netcoreapp1.0", frameworkShortNames);
|
||||
Assert.Contains("dnx451", frameworkShortNames);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue