This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
mirrors
/
jellyfin
mirror da
https://github.com/jellyfin/jellyfin
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Add global.json to specify dotnet version
Cody Robibero
1 anno fa
parent
3c2b1b5e97
commit
f40dd22dd5
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
6
0
global.json
+ 6
- 0
global.json
Vedi File
@@ -0,0 +1,6 @@
+{
+ "sdk": {
+ "version": "7.0.0",
+ "rollForward": "latestMinor"
+ }
+}