fixed the bug annotation

This commit is contained in:
seancpeters 2017-08-31 16:40:28 -07:00
parent bb90633cad
commit 7f3c93cd0c
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ namespace Microsoft.DotNet.New.Tests
[Theory]
[InlineData("console", "RuntimeFrameworkVersion", "microsoft.netcore.app")]
// re-enable when this bug is resolved: https://github.com/dotnet/cli/pull/7554
// re-enable when this bug is resolved: https://github.com/dotnet/cli/issues/7574
//[InlineData("classlib", "NetStandardImplicitPackageVersion", "netstandard.library")]
public void NewProjectRestoresCorrectPackageVersion(string type, string propertyName, string packageName)
{

View file

@ -27,7 +27,7 @@ namespace Microsoft.DotNet.New.Tests
[InlineData("C#", "react", false, true)]
[InlineData("C#", "reactredux", false, true)]
[InlineData("F#", "console", false, false)]
// re-enable when this bug is resolved: https://github.com/dotnet/cli/pull/7554
// re-enable when this bug is resolved: https://github.com/dotnet/cli/issues/7574
//[InlineData("F#", "classlib", false, false)]
[InlineData("F#", "mstest", false, false)]
[InlineData("F#", "xunit", false, false)]