This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Add global.json to specify dotnet version
Cody Robibero
1 năm trước cách đây
mục cha
3c2b1b5e97
commit
f40dd22dd5
1 tập tin đã thay đổi
với
6 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
6
0
global.json
+ 6
- 0
global.json
Xem Tập Tin
@@ -0,0 +1,6 @@
+{
+ "sdk": {
+ "version": "7.0.0",
+ "rollForward": "latestMinor"
+ }
+}