Migrate solution file from .sln to .slnx format#8097
Open
stefannikolei wants to merge 9 commits intoakkadotnet:devfrom
Open
Migrate solution file from .sln to .slnx format#8097stefannikolei wants to merge 9 commits intoakkadotnet:devfrom
stefannikolei wants to merge 9 commits intoakkadotnet:devfrom
Conversation
833e61b to
70b7098
Compare
Author
|
I am a bit lost on the build errors.. |
stefannikolei
commented
Mar 13, 2026
global.json
Outdated
| { | ||
| "sdk": { | ||
| "version": "8.0.403", | ||
| "version": "9.0.200", |
Author
There was a problem hiding this comment.
Isn't this version out of support?
Contributor
There was a problem hiding this comment.
its the minimum SDK version that supports .slnx format
Member
|
Answer is in the build logs: The tests / code samples / etc need to be upgraded to target .NET 10 also. akka.net/Directory.Build.props Line 35 in 117330d |
Author
|
So. Tests should target .net10? But should net8 apps compile fine with a net10 sdk? |
Member
|
It's a runtime issue - there's no .NET 8 runtime installed now that global.json targets .NET 10. Better to just not need .NET 8 any more. This is a testing-only change |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8096
Changes
Migrate akka.sln to akka.slnx