From b35dcbb9f02c27d2d84ee3281a60d654a3fb1259 Mon Sep 17 00:00:00 2001 From: cvium Date: Wed, 16 Jan 2019 20:50:40 +0100 Subject: Remove MediaBrowser.Text since it violates licenses and is overall hacky --- MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj') diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index c5ed65734..d276ada06 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -17,4 +17,14 @@ + + + + + + + ..\..\..\.nuget\packages\system.text.encoding.codepages\4.5.0\ref\netstandard2.0\System.Text.Encoding.CodePages.dll + + + -- cgit v1.2.3 From 790266d3146284f3828abc0d78d7af15da8b9168 Mon Sep 17 00:00:00 2001 From: cvium Date: Wed, 16 Jan 2019 21:16:53 +0100 Subject: Add package ref for codepages --- MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj') diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index d276ada06..e3535a16f 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -18,6 +18,7 @@ + -- cgit v1.2.3 From 2dc14aa85d7123e8c97e6e868d661fb91e32440c Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Sun, 20 Jan 2019 11:41:33 +0100 Subject: Remove CodePages from csproj --- MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj') diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index e3535a16f..68b8bd4fa 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -22,10 +22,4 @@ - - - ..\..\..\.nuget\packages\system.text.encoding.codepages\4.5.0\ref\netstandard2.0\System.Text.Encoding.CodePages.dll - - - -- cgit v1.2.3