|
Specifically, I would like to know what version has this fix. I see a bunch of tags in this repo, but they mention VS or VS Code versions, what if I'm using the command line? |
Answered by
JoeRobich
Feb 17, 2025
Replies: 3 comments 5 replies
|
The minor versions of VS and Roslyn, and feature bands of .NET SDK are currently tightened. For example:
At the download page of .NET SDK (https://dotnet.microsoft.com/download/dotnet/8.0), you can use Included in to decide relationship between SDK version and VS version. You can also inspect the version config from SDK repo: https://github.com/dotnet/sdk/blob/3f8227e12bb5b84ba9a339b04e0d48185434947e/eng/Versions.props#L161-L166 |
5 replies
|
Hope it could be included into the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@parched I have pushed tags for SDK releases. Should be easier to find now.