[PR #38] [MERGED] Move to generic RIDs #1062

Open
opened 2026-01-29 16:57:01 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/38 **Author:** [@Petermarcu](https://github.com/Petermarcu) **Created:** 11/4/2017 **Status:** ✅ Merged **Merged:** 11/4/2017 **Merged by:** [@robertmuehsig](https://github.com/robertmuehsig) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f981c04`](https://github.com/ElectronNET/Electron.NET/commit/f981c04159161e1d67db6ba152be0ced93ed69d9) Move to generic RIDs ### 📊 Changes **5 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1062