[NewTemplateRequest] Templates for the current .NET version. Core 3.1 is no longer supported
NSouth opened this issue · 1 comments
NSouth commented
I was surprised to find that the templates use Core 3.1 which is out of support. Please update templates to use an LTS version of .NET (currently .NET 6) or provide instructions for upgrading. Thank you.
anishprasad01 commented
Hi @NSouth,
Updating the templates to .NET 6.0 is currently in progress and should be available in the near feature. In the meantime, you can of course go into your .csproj
file and change the target framework manually.