Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions