mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #38] [MERGED] Move to generic RIDs #1062
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?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/38
Author: @Petermarcu
Created: 11/4/2017
Status: ✅ Merged
Merged: 11/4/2017
Merged by: @robertmuehsig
Base:
master← Head:master📝 Commits (1)
f981c04Move to generic RIDs📊 Changes
5 files changed (+8 additions, -8 deletions)
View changed files
📝
ElectronNET.CLI/Commands/BuildCommand.cs(+4 -4)📝
ElectronNET.CLI/Commands/StartElectronCommand.cs(+1 -1)📝
ElectronNET.WebApp/ElectronNET.WebApp.csproj(+1 -1)📝
start.cmd(+1 -1)📝
start.sh(+1 -1)📄 Description
In .NET Core 2.0, generic RID's should be used to enable broadest reach for the resulting published app. This change just moves all the scripts/projects to use that instead.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.