-
Notifications
You must be signed in to change notification settings - Fork 6k
"Target frameworks in SDK-style projects" appears out of date for older versions of .NET Core #24544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@vlada-shubina To use |
Yes, the web project templates are shipped in per SDK packages. https://www.nuget.org/packages/Microsoft.DotNet.Web.ProjectTemplates.3.0/ - example package for netcoreapp3.0 It is possible to install it manually. For 2.1 user can also install .NET SDK 2.1 - then the netcoreapp2.1 TFM will be available. |
@vlada-shubina Thanks! I'm adding this information to the dotnet-new-sdk-templates article. |
@brnhensley Thanks or reporting this -- the explanation will be in a different article -- https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new-sdk-templates |
Thanks for looking into this @tdykstra |
With .NET 5.0 installed it doesn't appear I can use target frameworks older than
netcoreapp3.1
. I get an invalid parameter error when trying any of the older version listed as options.net5.0
andnetcoreapp3.1
work, but I get the same error for all of these:Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: