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

Can the Chocolatey package be used on other OSs than win10-x64? #13

Closed philippgille closed 6 years ago

philippgille commented 7 years ago

If not, a ticket should be created with the title:

Add building Chocolatey packages for other OSs than win10-x64

philippgille commented 7 years ago

For links regarding a test environment see comment hello-netcoreapp/issues/12#issuecomment-313869687

philippgille commented 6 years ago

Since a couple of commits hello-netcoreapp uses .NET Core 2.0 SDK and the SCD targets win-x64 instead of win10-x64. The app inside of the Chocolatey package is just the SCD, so the package should run everywhere where the win-x64 SCD runs as well. See .NET Core supported Windows versions.