-
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.
Replies: 3 comments 4 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 |
Beta Was this translation helpful? Give feedback.
-
@parched I have pushed tags for SDK releases. Should be easier to find now. |
Beta Was this translation helpful? Give feedback.
-
Hope it could be included into the |
Beta Was this translation helpful? Give feedback.
@parched I have pushed tags for SDK releases. Should be easier to find now.