Closed atrakic closed 9 months ago
For console apps on 8.0.1xx you'll need to add the NuGet package. That 'Zero To Container' page assumes you have the package installed.
For 8.0.200, you can just add <EnableSdkContainerSupport>true</EnableSdkContainerSupport>
and this will work.
Ref: https://github.com/dotnet/sdk-container-builds/blob/main/docs/ZeroToContainer.md
Create new console project and try to publish as container