annotated the commented out test cases related to netstandard2.0
This commit is contained in:
parent
ffdccdfc21
commit
bb90633cad
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ namespace Microsoft.DotNet.New.Tests
|
|||
|
||||
[Theory]
|
||||
[InlineData("console", "RuntimeFrameworkVersion", "microsoft.netcore.app")]
|
||||
// issue with netstandard2.0 - formerly both test cases were skipped because of: https://github.com/dotnet/cli/issues/7476
|
||||
// re-enable when this bug is resolved: https://github.com/dotnet/cli/pull/7554
|
||||
//[InlineData("classlib", "NetStandardImplicitPackageVersion", "netstandard.library")]
|
||||
public void NewProjectRestoresCorrectPackageVersion(string type, string propertyName, string packageName)
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@ namespace Microsoft.DotNet.New.Tests
|
|||
[InlineData("C#", "react", false, true)]
|
||||
[InlineData("C#", "reactredux", false, true)]
|
||||
[InlineData("F#", "console", false, false)]
|
||||
// issue with netstandard2.0 --- formerly was issue with: https://github.com/dotnet/cli/issues/7476
|
||||
// re-enable when this bug is resolved: https://github.com/dotnet/cli/pull/7554
|
||||
//[InlineData("F#", "classlib", false, false)]
|
||||
[InlineData("F#", "mstest", false, false)]
|
||||
[InlineData("F#", "xunit", false, false)]
|
||||
|
|
Loading…
Reference in a new issue