Open Source Project Updates
Published March 3, 2024 by Jamie Nordmeyer
I’ve updated two of my open-source projects for those who might care, moving both up to.NET 8.
The first is the dotnet GUID tool, which is documented here and found here on GitHub. There were no changes to this project other than updating it to.NET 8.
The second is the Clean Architecture solution template for dotnet new. It is documented here and found here on GitHub.
Neither release changed functionality. In the Clean Architecture solution, the code updates were limited to removing a couple of warnings related to the move to.NET 8. Both projects also had their NuGet package dependencies updated to the latest versions at the time of their most recent commits.