mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
REVERT-ME Update to .NET 3.0
This commit is contained in:
parent
e6e9cd8ce2
commit
e40c82be88
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ FROM centos:7
|
|||
ARG SOURCE_DIR=/jellyfin
|
||||
ARG PLATFORM_DIR=/jellyfin/deployment/centos-package-x64
|
||||
ARG ARTIFACT_DIR=/dist
|
||||
ARG SDK_VERSION=2.2
|
||||
ARG SDK_VERSION=3.0
|
||||
# Docker run environment
|
||||
ENV SOURCE_DIR=/jellyfin
|
||||
ENV ARTIFACT_DIR=/dist
|
||||
|
|
|
@ -3,7 +3,7 @@ FROM fedora:29
|
|||
ARG SOURCE_DIR=/jellyfin
|
||||
ARG PLATFORM_DIR=/jellyfin/deployment/fedora-package-x64
|
||||
ARG ARTIFACT_DIR=/dist
|
||||
ARG SDK_VERSION=2.2
|
||||
ARG SDK_VERSION=3.0
|
||||
# Docker run environment
|
||||
ENV SOURCE_DIR=/jellyfin
|
||||
ENV ARTIFACT_DIR=/dist
|
||||
|
|
|
@ -38,7 +38,7 @@ Requires: libcurl, fontconfig, freetype, openssl, glibc libicu
|
|||
# Requirements not packaged in main repos
|
||||
# COPR @dotnet-sig/dotnet or
|
||||
# https://packages.microsoft.com/rhel/7/prod/
|
||||
BuildRequires: dotnet-runtime-2.2, dotnet-sdk-2.2
|
||||
BuildRequires: dotnet-runtime-3.0, dotnet-sdk-3.0
|
||||
# RPMfusion free
|
||||
Requires: ffmpeg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue