Sdk: "dotnet new -l" using a 3.1.100 preview SDK welcomes me to .NET Core 3.0 instead

Created on 25 Sep 2019  路  7Comments  路  Source: dotnet/sdk

(Copying from mail) Encountered by scenario testing on .NET Core 3.1.100-preview1-014066 SDK:

welcome

It looks like this string controls it:

https://github.com/dotnet/cli/blob/5dd9784ad7f75ee4ebd74f7a177667470c9ec36e/src/Microsoft.DotNet.Configurer/LocalizableStrings.resx#L121

All 7 comments

@wli3 seems like a simple and small fix. Can you take care of that?

good catch

Verified this bug with .Net core 3.1.100-preview1-14455 from release branch, the issue has been fixed.
Result as below image:
ShowCore3 1

@wli3 "dotnet new -l" using a 5.0 SDK welcomes me to still .NET Core 3.0 instead.
image

@wli3 seems like we missed this for 5, can you take care of it?

I think it did not flow to the branch. Now it is derived from the version below (SDK version)

Can you check where the code flow stands and push it through?! 馃槃

Was this page helpful?
0 / 5 - 0 ratings