mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2657] [MERGED] Add netstandard2.0 as TargetFramework #9178
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/jellyfin/jellyfin/pull/2657
Author: @villagra
Created: 3/24/2020
Status: ✅ Merged
Merged: 3/25/2020
Merged by: @Bond-009
Base:
master← Head:master📝 Commits (1)
5a30d9eAdded 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.