richlander / container-workshop

Documents fundamental .NET Container workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update examples for 8.0.200

baronfel opened this issue · comments

Broadly, we should

  • remove usage of the NuGet packages and ensure console examples add EnableSdkContainerSupport set to true, since 8.0.200 includes the package but requires that enablement flag for non-Web-or-Worker projects
  • ensure all publishing uses the /t:PublishContainer form instead of the /p PublishProfile=DefaultContainer form.

We could also use this juncture to move this content somewhere more official.