[PR #2657] [MERGED] Add netstandard2.0 as TargetFramework #9178

Closed
opened 2026-02-07 05:57:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2657
Author: @villagra
Created: 3/24/2020
Status: Merged
Merged: 3/25/2020
Merged by: @Bond-009

Base: masterHead: master


📝 Commits (1)

  • 5a30d9e Added support for netstandard2.0 besides netstandard2.1 (multi target framework) to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5)

📊 Changes

2 files changed (+8 additions, -2 deletions)

View changed files

📝 MediaBrowser.Model/Extensions/StringHelper.cs (+6 -0)
📝 MediaBrowser.Model/MediaBrowser.Model.csproj (+2 -2)

📄 Description

Changes
Added netstandard 2.0 as TargetFramework to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5)

Issues
N/A


🔄 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/jellyfin/jellyfin/pull/2657 **Author:** [@villagra](https://github.com/villagra) **Created:** 3/24/2020 **Status:** ✅ Merged **Merged:** 3/25/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5a30d9e`](https://github.com/jellyfin/jellyfin/commit/5a30d9ecfb5674440c7483cbb1bb2b078221defe) Added support for netstandard2.0 besides netstandard2.1 (multi target framework) to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5) ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Model/Extensions/StringHelper.cs` (+6 -0) 📝 `MediaBrowser.Model/MediaBrowser.Model.csproj` (+2 -2) </details> ### 📄 Description **Changes** Added netstandard 2.0 as TargetFramework to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5) **Issues** N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:57:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9178