TAGC / dotnet-setversion

.NET Core CLI tool to update the version information in .NET Core *.csproj files
MIT License
75 stars 16 forks source link

Support for .NET 7.0 #26

Closed StephanCasper closed 1 year ago

StephanCasper commented 1 year ago

Implement support for .NET 7.0 so that this tool can be used in CI build environments that use this framework.

TAGC commented 1 year ago

Thanks for raising this. It might take some time to get it released because I'm having issues with AppVeyor.

TAGC commented 1 year ago

I've published v2.6.0 of this tool with support for .NET 7. Let me know if you have any issues with it.

StephanCasper commented 1 year ago

Works fine, thanks a lot.