Skip to content

Commit acf395c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Aspire.Templates.Tests/TemplateTestsBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,14 +350,14 @@ await CheckDashboardHasResourcesAsync(
350350
// Previous Sdk, Previous TFM
351351
{ templateName, extraArgs, TestSdk.Previous, TestTargetFramework.Previous, null },
352352
// Previous Sdk - Current TFM
353-
{ templateName, extraArgs, TestSdk.Previous, TestTargetFramework.Current, "The current .NET SDK does not support targeting .NET 9.0" },
353+
{ templateName, extraArgs, TestSdk.Previous, TestTargetFramework.Current, null },
354354

355355
// Current SDK, Previous TFM
356356
{ templateName, extraArgs, TestSdk.Current, TestTargetFramework.Previous, null },
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)