Skip to content

Commit

Permalink
Update .NET preview version to 10 (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Sep 24, 2024
1 parent 6f8d599 commit 747d3b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 747d3b9

Please sign in to comment.