From 747d3b910708a2741bb5b466d76bd384ac58f4c3 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:15:27 -0400 Subject: [PATCH] Update .NET preview version to 10 (#4390) --- src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts b/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts index 6cd9c7e5..e911a925 100644 --- a/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts +++ b/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts @@ -20,7 +20,7 @@ const netSdkImage = 'mcr.microsoft.com/dotnet/sdk'; const cSharpConfigId = 'csharp'; const cSharpPromptSetting = 'suppressBuildAssetsNotification'; -const NetCorePreviewVersion = 9; +const NetCorePreviewVersion = 10; export class NetCoreGatherInformationStep extends GatherInformationStep { private targetFramework: string;