MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
15.18k stars 3.43k forks source link

Dropped net7.0-windows target framework due to EOL, add net8.0-window… #3597

Closed MichelMichels closed 5 months ago

MichelMichels commented 5 months ago

.NET 7 has reached its end of life, Microsoft source. I replaced every occurrence with the .NET 8 LTS target framework.

I left the .NET 6 target framework as this is still under support till november 2024.