[PR #269] [MERGED] update projects to use netcoreapp2.2 #1129

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

📋 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: masterHead: netcore2.2


📝 Commits (2)

  • dc73be0 update projects to use netcoreapp2.2
  • f6ea0dd Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/269 **Author:** [@robertmuehsig](https://github.com/robertmuehsig) **Created:** 5/31/2019 **Status:** ✅ Merged **Merged:** 7/15/2019 **Merged by:** [@robertmuehsig](https://github.com/robertmuehsig) **Base:** `master` ← **Head:** `netcore2.2` --- ### 📝 Commits (2) - [`dc73be0`](https://github.com/ElectronNET/Electron.NET/commit/dc73be0c8103d7ab99316f8cd7a5d6f3ced469b1) update projects to use netcoreapp2.2 - [`f6ea0dd`](https://github.com/ElectronNET/Electron.NET/commit/f6ea0dd8dc2a9bd25664e3083b4053c4650e7d01) Merge branch 'master' into netcore2.2 ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.API/ElectronNET.API.csproj` (+1 -1) 📝 `ElectronNET.CLI/ElectronNET.CLI.csproj` (+1 -1) 📝 `ElectronNET.WebApp/ElectronNET.WebApp.csproj` (+1 -1) </details> ### 📄 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. --- <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:39 +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#1129