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

Add building Chocolatey packages for the net461 FDD #39

Open philippgille opened 6 years ago

philippgille commented 6 years ago

Don't replace the existing ones, but add them additionally.

That way users can choose between using the Chocolatey package that requires Microsoft Visual C++ 2015 Redistributable Update 3 to be installed, vs the one that requires the full .NET Framework to be installed.

Maybe even add one for the net451 FDD, for Windows 8.1 and Windows Server 2012 R2 users.

As there's a build-chocolatey.sh Bash script that gets used in build-with-docker.sh, the net461 FDD needs to be builable in a Docker container as well. This is part of #38.

philippgille commented 6 years ago

Blocked by #38