diff --git a/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts b/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts index b7996e9c07..e47d271e7b 100644 --- a/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts +++ b/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts @@ -20,7 +20,6 @@ const minCSharpVersionString = '1.23.9'; const aspNetBaseImage = 'mcr.microsoft.com/dotnet/aspnet'; const consoleNetBaseImage = 'mcr.microsoft.com/dotnet/runtime'; const netSdkImage = 'mcr.microsoft.com/dotnet/sdk'; -const linuxTagSuffix = '-focal'; const cSharpExtensionId = 'ms-dotnettools.csharp'; const cSharpConfigId = 'csharp'; @@ -59,9 +58,8 @@ export class NetCoreGatherInformationStep extends GatherInformationStep