microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.18k stars 508 forks source link

Update targets to work correctly with 8.0.100-rc2 and up #4201

Closed bwateratmsft closed 5 months ago

bwateratmsft commented 5 months ago

Fixes #4199 Closes #3988 since the debugging Just Works (TM) with .NET 8 console projects as long as the EnableSdkContainerSupport property is manually set to true (e.g. in the .csproj file)

/cc @baronfel does this look about right?