Skip to content

Commit b215439

Browse files
committed
fix: Set dotnet to 8.0 in build_plugin.py
1 parent 747d6b7 commit b215439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
jellyfin_repo_file="./manifest.json"
1818
jellyfin_repo_url="https://github.com/nikarh/jellyfin-plugin-authelia/releases/download"
1919

20-
zipfile=os.popen('jprm --verbosity=debug plugin build "." --output="%s" --version="%s" --dotnet-framework="net6.0"' % (artifact_dir, version)).read().strip()
20+
zipfile=os.popen('jprm --verbosity=debug plugin build "." --output="%s" --version="%s" --dotnet-framework="net8.0"' % (artifact_dir, version)).read().strip()
2121

2222
os.system('jprm repo add --url=%s %s %s' % (jellyfin_repo_url, jellyfin_repo_file, zipfile))
2323
os.system('sed -i "s/authelia-authentication\//%s\//" %s' % (version, jellyfin_repo_file))

0 commit comments

Comments
 (0)