Skip to content

Commit 6b49d70

Browse files
committed
Update tests for net10 now that targeting that from templates is supported.
1 parent 62f6ab5 commit 6b49d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Aspire.Templates.Tests/TemplateTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ await CheckDashboardHasResourcesAsync(
357357
// Current SDK, Current TFM
358358
{ templateName, extraArgs, TestSdk.Current, TestTargetFramework.Current, null },
359359
// Current SDK, Next TFM
360-
{ templateName, extraArgs, TestSdk.Current, TestTargetFramework.Next, "The current .NET SDK does not support targeting .NET 10.0" },
360+
{ templateName, extraArgs, TestSdk.Current, TestTargetFramework.Next, null },
361361

362362
// Next SDK, Previous TFM
363363
{ templateName, extraArgs, TestSdk.Next, TestTargetFramework.Previous, null },

0 commit comments

Comments
 (0)