alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

.NET 8 upgrade #110

Closed alexnoddings closed 6 months ago

alexnoddings commented 7 months ago

Tyne should multi-target .NET 7 and .NET 8 to facilitate an incremental upgrade across projects. This will require MSBuild changes to multi-target, and changing package versions based on .NET target.

The .NET 7 target can be removed once projects have been upgraded.

alexnoddings commented 6 months ago

Since we're already going through the effort of multi-targetting, it would be useful to target .NET 9 as well.

alexnoddings commented 6 months ago

.NET 8/9 support added in 3.3.0-rc.1