Update .NET preview version to 10 (#4390)
This commit is contained in:
Родитель
6f8d5995ca
Коммит
747d3b9107
|
@ -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<NetCoreScaffoldingWizardContext> {
|
||||
private targetFramework: string;
|
||||
|
|
Загрузка…
Ссылка в новой задаче