Practical-ASP-NET/BlazorTailwindTemplate

Support previous version(s) of .NET

Closed this issue · 2 comments

The template currently allows for creating .NET 6 projects, would be great to be able to target .NET 5 and potentially earlier versions of .NET (Core) too.

I've created a .NET 5 branch which has changes to make the project template work for that version of the framework.

What's unclear to me is what the correct way to have a template which can work against multiple versions of the framework.

Maybe we just need subfolders for the different versions, or we could use branches/tags...

Fixed with the creation of the .net 5 branch.

From now on any changes to the .NET 5 version of the template will need to be handled via that branch.

Future (non .NET 5) work is expected to take place on the main branch and new releases can be pushed to NuGet by merging the latest changes into the .net 6 release branch which will automatically build, pack and push the Nuget package.