Floogen / Stardrop

Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
GNU General Public License v3.0
114 stars 31 forks source link

Bump .NET version to 7.0 #141

Closed Adda0 closed 8 months ago

Adda0 commented 8 months ago

This PR bumps .NET version to .NET 7. I am not aware of any problems caused by this update.

.NET 5 is out of support. .NET 8 on my system already throws warnings when compiling for .NET 5. All Flatpak tooling is currently using .NET 7 as the latest .NET version.

Stardrop compiles and works without any issues under .NET 7 on Linux, but I cannot verify this on MacOS and Windows, as I do not have any of those systems.

Floogen commented 8 months ago

I have tested with Windows and macOS, both of which compile and run without issue.

Thank you for the pull request!