This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Watch
1
Star
0
Fork
You've already forked jellyfin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Add global.json to specify dotnet version
Browse Source
pull/10207/head
Cody Robibero
1 year ago
parent
3c2b1b5e97
commit
f40dd22dd5
1 changed files
with
6 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
6
global.json
Unescape
Escape
View File
@ -0,0 +1,6 @@
{
"sdk"
:
{
"version"
:
"7.0.0"
,
"rollForward"
:
"latestMinor"
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
open-source-mirrors/jellyfin
Title
Body
Create Issue