|
The problem is that by default visual studio loads both NET 8 and NET 9 to newer versions but stride itself does not allow it to start because there is no SDK NO 8 version 100 at the moment if I am not mistaken how can I get rid of this so to speak and will there be an update of the engine as a whole for newer NET |
Answered by
Doprez
Mar 27, 2025
Replies: 1 comment 3 replies
|
The goal was to only use the LTS versions of .NET. There were some plans to have a "for fun" branch of .NET 9 but it was never meant to be released and with .NET 10 around the corner it will be changed this year. With VS automatically installing the latest STS version of .NET this has become a bit frustrating however and will probably need to be looked into.
|
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal was to only use the LTS versions of .NET. There were some plans to have a "for fun" branch of .NET 9 but it was never meant to be released and with .NET 10 around the corner it will be changed this year.
With VS automatically installing the latest STS version of .NET this has become a bit frustrating however and will probably need to be looked into.
Some changes that could be made: