mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #313] [MERGED] Update to .NET Core 3.0 #1135
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/313
Author: @robertmuehsig
Created: 10/3/2019
Status: ✅ Merged
Merged: 10/28/2019
Merged by: @robertmuehsig
Base:
master← Head:netcore30📝 Commits (10+)
e25b89fUpdate to .NET Core 3.0b3bb3cefix build issues5cd11a8buildf1eaffbupdate github sourcelink and framework reference25f35e3global npm outside of build commands8dd5d15testb7e7acefix build issues on windows54ff11abeta...2c14693Merge branch 'master' into netcore3014d0270small changes for version stuff📊 Changes
20 files changed (+74 additions, -79 deletions)
View changed files
📝
.travis.yml(+1 -2)📝
ElectronNET.API/ElectronNET.API.csproj(+13 -7)➕
ElectronNET.API/PackageIcon.png(+0 -0)📝
ElectronNET.CLI/Commands/AddCommand.cs(+1 -2)📝
ElectronNET.CLI/Commands/BuildCommand.cs(+3 -21)📝
ElectronNET.CLI/Commands/StartElectronCommand.cs(+2 -3)📝
ElectronNET.CLI/ElectronNET.CLI.csproj(+10 -5)➕
ElectronNET.CLI/PackageIcon.png(+0 -0)📝
ElectronNET.WebApp/Controllers/TrayController.cs(+2 -2)📝
ElectronNET.WebApp/ElectronHostHook/excelCreator.js(+2 -1)📝
ElectronNET.WebApp/ElectronHostHook/excelCreator.js.map(+1 -1)📝
ElectronNET.WebApp/ElectronHostHook/index.js(+2 -1)📝
ElectronNET.WebApp/ElectronHostHook/index.js.map(+1 -1)📝
ElectronNET.WebApp/ElectronNET.WebApp.csproj(+5 -7)📝
ElectronNET.WebApp/Program.cs(+2 -0)📝
ElectronNET.WebApp/Startup.cs(+7 -10)📝
README.md(+11 -8)📝
appveyor.yml(+1 -1)📝
buildAll.cmd(+9 -6)📝
buildReleaseNuGetPackages.cmd(+1 -1)📄 Description
Based on this PR https://github.com/ElectronNET/Electron.NET/pull/300 all packages are updated to .NET Core 3.0 + the build files should point to the correct environment.
Not sure if on the NPM part, but we will see what the CI Systems tells us :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.