statiqdev / Statiq.Framework

A flexible and extensible static content generation framework for .NET.
https://statiq.dev/framework
MIT License
421 stars 74 forks source link

Update SDK to .NET 8 target net6.0 and net8.0, drop netcoreapp3.1, fix tests culture assert issues #273

Open devlead opened 7 months ago

devlead commented 7 months ago

Summary

Updates to target LTS .NET 8 and .NET 6, drops unsupported netcoreapp3.1, updates dependencies and transient dependencies needed for new target frameworks, and fixes so tests run on non-en-US operating systems.

Changes

daveaglick commented 7 months ago

This is great, thanks! Retargeting was kind of on my "last thing to do before releasing 1.0" mind, so having the groundwork done hopefully helps (finally!) get 1.0 out the door. Will look at merging this ASAP(ish).

devlead commented 7 months ago

Excellent 👍