Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit b0e57e1

Browse files
committed
Re-activate templating test.
1 parent 4f6a57f commit b0e57e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-new.Tests/GivenThatIWantANewApp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private void CreateAndRestoreNewProject(
7777
[Theory]
7878
[InlineData("console", "microsoft.netcore.app")]
7979
// re-enable when this bug is resolved: https://github.com/dotnet/cli/issues/7574
80-
//[InlineData("classlib", "netstandard.library")]
80+
[InlineData("classlib", "netstandard.library")]
8181
public void NewProjectRestoresCorrectPackageVersion(string type, string packageName)
8282
{
8383
var rootPath = TestAssets.CreateTestDirectory(identifier: $"_{type}").FullName;

0 commit comments

Comments
 (0)