Re-activate templating test.

This commit is contained in:
Livar Cunha 2018-03-12 13:16:45 -07:00
parent 4f6a57f638
commit b0e57e1712

View file

@ -77,7 +77,7 @@ namespace Microsoft.DotNet.New.Tests
[Theory]
[InlineData("console", "microsoft.netcore.app")]
// re-enable when this bug is resolved: https://github.com/dotnet/cli/issues/7574
//[InlineData("classlib", "netstandard.library")]
[InlineData("classlib", "netstandard.library")]
public void NewProjectRestoresCorrectPackageVersion(string type, string packageName)
{
var rootPath = TestAssets.CreateTestDirectory(identifier: $"_{type}").FullName;