Skip to content

Commit 7f45c76

Browse files
authored
fix a typo (#79230)
1 parent 84e437c commit 7f45c76

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/Microsoft.Extensions.Hosting/tests/FunctionalTests

1 file changed

+1
-1
lines changed

src/libraries/Microsoft.Extensions.Hosting/tests/FunctionalTests/ShutdownTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private async Task ExecuteShutdownTest(string testName, string shutdownMechanic)
6464
RuntimeFlavor.CoreClr,
6565
RuntimeArchitecture.x64)
6666
{
67-
TargetFramework = $"Environment{version.Major}.{version.Minor}",
67+
TargetFramework = $"net{version.Major}.{version.Minor}",
6868
ApplicationType = ApplicationType.Portable,
6969
PublishApplicationBeforeDeployment = true,
7070
StatusMessagesEnabled = false

0 commit comments

Comments
 (0)