[PR #221] [CLOSED] initial update for .net core 3 preview2 #1107

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

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/221
Author: @ErikApption
Created: 2/24/2019
Status: Closed

Base: masterHead: netcore3preview


📝 Commits (1)

  • a0217c9 initial update for .net core 3 preview2

📊 Changes

7 files changed (+1428 additions, -6 deletions)

View changed files

📝 ElectronNET.API/ElectronNET.API.csproj (+1 -1)
📝 ElectronNET.CLI/ElectronNET.CLI.csproj (+1 -1)
ElectronNET.Host/libman.json (+5 -0)
📝 ElectronNET.WebApp/ElectronNET.WebApp.csproj (+2 -2)
📝 ElectronNET.WebApp/Startup.cs (+2 -2)
ElectronNET.WebApp/libman.json (+5 -0)
package-lock.json (+1412 -0)

📄 Description

Runs electron.net with .net core 3 preview


🔄 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/221 **Author:** [@ErikApption](https://github.com/ErikApption) **Created:** 2/24/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `netcore3preview` --- ### 📝 Commits (1) - [`a0217c9`](https://github.com/ElectronNET/Electron.NET/commit/a0217c92fa18e7e5e8a0836a7259617fd4c81674) initial update for .net core 3 preview2 ### 📊 Changes **7 files changed** (+1428 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.API/ElectronNET.API.csproj` (+1 -1) 📝 `ElectronNET.CLI/ElectronNET.CLI.csproj` (+1 -1) ➕ `ElectronNET.Host/libman.json` (+5 -0) 📝 `ElectronNET.WebApp/ElectronNET.WebApp.csproj` (+2 -2) 📝 `ElectronNET.WebApp/Startup.cs` (+2 -2) ➕ `ElectronNET.WebApp/libman.json` (+5 -0) ➕ `package-lock.json` (+1412 -0) </details> ### 📄 Description Runs electron.net with .net core 3 preview --- <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:26 +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#1107