This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add global.json to specify dotnet version
Cody Robibero
1 year ago
parent
3c2b1b5e97
commit
f40dd22dd5
1 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
6
0
global.json
+ 6
- 0
global.json
View File
@@ -0,0 +1,6 @@
+{
+ "sdk": {
+ "version": "7.0.0",
+ "rollForward": "latestMinor"
+ }
+}