mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-13 13:45:51 +00:00
Publish .NET Core 2.0 apps for RHEL #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tmds on GitHub (Aug 24, 2017).
hi @qmfrederik this is a nice package. I'm want to check if it can be used for building .net core 2.0 apps that run on rhel and follow these guidelines: https://access.redhat.com/documentation/en-us/net_core/2.0/html/getting_started_guide/gs_install_dotnet#publish_applications.
My first attempt shows a .net core 1.0 framework is required to run the tool. Do you have plans to make it run on 2.0?