diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-08-12 18:42:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-12 18:42:30 -0700 |
| commit | 443ccbf426695ae2d5aa25cafcddab92f9a21391 (patch) | |
| tree | 662bdae3e628e6e333387521786df189809e8072 /MediaBrowser.MediaEncoding | |
| parent | 1ad67e223f581efd417efa2bb1cb626c50a6f5a9 (diff) | |
| parent | cb492fe3c74f87e9eb4d6b35efc8be4dc3f45201 (diff) | |
Merge pull request #1613 from Bond-009/docs
Update deps + document startup project
Diffstat (limited to 'MediaBrowser.MediaEncoding')
| -rw-r--r-- | MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index c0f92ac4a..681a2e372 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -18,7 +18,7 @@ <ItemGroup> <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" /> - <PackageReference Include="UTF.Unknown" Version="1.0.0" /> + <PackageReference Include="UTF.Unknown" Version="2.0.0" /> </ItemGroup> </Project> |
