This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
mirrors
/
jellyfin
miroir de
https://github.com/jellyfin/jellyfin
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Add global.json to specify dotnet version
Cody Robibero
il y a 1 an
Parent
3c2b1b5e97
commit
f40dd22dd5
1 fichiers modifiés
avec
6 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
6
0
global.json
+ 6
- 0
global.json
Voir le fichier
@@ -0,0 +1,6 @@
+{
+ "sdk": {
+ "version": "7.0.0",
+ "rollForward": "latestMinor"
+ }
+}