This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
jellyfin
espejo de
https://github.com/jellyfin/jellyfin
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add global.json to specify dotnet version
Cody Robibero
hace 1 año
padre
3c2b1b5e97
commit
f40dd22dd5
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
global.json
+ 6
- 0
global.json
Ver fichero
@@ -0,0 +1,6 @@
+{
+ "sdk": {
+ "version": "7.0.0",
+ "rollForward": "latestMinor"
+ }
+}