philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Build net461 FDD in build-with-docker scripts as well #38

Open philippgille opened 6 years ago

philippgille commented 6 years ago

Some notes:

But most promising seems to be using "targeting packs". See https://github.com/dotnet/sdk/issues/335 (and some success stories in referenced issues).

This ticket is related to #32.

philippgille commented 6 years ago

Blocks #39 and #3.