mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #269] [MERGED] update projects to use netcoreapp2.2 #1129
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/269
Author: @robertmuehsig
Created: 5/31/2019
Status: ✅ Merged
Merged: 7/15/2019
Merged by: @robertmuehsig
Base:
master← Head:netcore2.2📝 Commits (2)
dc73be0update projects to use netcoreapp2.2f6ea0ddMerge branch 'master' into netcore2.2📊 Changes
3 files changed (+3 additions, -3 deletions)
View changed files
📝
ElectronNET.API/ElectronNET.API.csproj(+1 -1)📝
ElectronNET.CLI/ElectronNET.CLI.csproj(+1 -1)📝
ElectronNET.WebApp/ElectronNET.WebApp.csproj(+1 -1)📄 Description
I discovered that our libs are targeting netcoreapp2.1 instead of netcoreapp2.2.
It should be "ok", but not sure if someone with ASP.NET Core 2.1 is using our lib.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.