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;