Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to net8.0 #276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update to net8.0 #276

wants to merge 1 commit into from

Conversation

rmunn
Copy link

@rmunn rmunn commented Nov 15, 2024

.NET 6 is several years old, in fact .NET 9 just came out. I don't actually have a .NET 6.0 SDK on my Linux dev machine, so in order to build FVim I had to update everything to target net8.0 rather than net6.0. (Or hunt for old SDK packages I could install, but it was easier to just update the target frameworks).

Everything built and ran just fine after the update, so I figured I might as well make a PR in case you want to pull this change in.

This doesn't update any NuGet packages, incidentially. There are several packages that dotnet restore warns about, so I'll probably make another PR updating those at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant