Update .NET preview version to 10 (#4390)

This commit is contained in:
Brandon Waterloo [MSFT] 2024-09-24 12:15:27 -04:00 коммит произвёл GitHub
Родитель 6f8d5995ca
Коммит 747d3b9107
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;