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

GD-62: Add full .NET8 support #63

Merged
merged 2 commits into from
Mar 11, 2024
Merged

GD-62: Add full .NET8 support #63

merged 2 commits into from
Mar 11, 2024

Conversation

MikeSchulze
Copy link
Owner

@MikeSchulze MikeSchulze commented Mar 11, 2024

Why

We want to support the latest .NET version

What

  • switch to SDK 8.0.0
  • update .runsettings to support .NET7 and .NET8
  • use for test and example project .NET8
  • fix warnings coming with .NET8

# Why
We want to support the latest .NET version

# What
- switch to SDK 8.0.0
- update runsettings to support .NET7 and .NET8
- use for test and example project .NET8
@MikeSchulze MikeSchulze linked an issue Mar 11, 2024 that may be closed by this pull request
@MikeSchulze MikeSchulze self-assigned this Mar 11, 2024
@MikeSchulze
Copy link
Owner Author

MikeSchulze commented Mar 11, 2024

@van800 Perhaps you have an idea where these warnings come from?
https://github.com/MikeSchulze/gdUnit4Mono/actions/runs/8236828591/job/22524175230?pr=63#step:5:56

@van800
Copy link
Contributor

van800 commented Mar 11, 2024

It is from the Godot sources, however I don't know much
https://github.com/godotengine/godot/issues?q=AD0001%3A+

@MikeSchulze
Copy link
Owner Author

@van800 Can you please take a look at this branch and check with Raider if it works?

@MikeSchulze MikeSchulze merged commit 9e4fba0 into master Mar 11, 2024
@MikeSchulze MikeSchulze deleted the GD-62 branch March 11, 2024 18:35
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.

GD-62: Add full .NET8 support
2 participants