This website requires JavaScript.
Explore
Help
Register
Sign In
Firehawk52-backup
/
jellyfin
Watch
28
Star
0
Fork
0
You've already forked jellyfin
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2026-01-15 08:23:28 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
jellyfin
/
global.json
7 lines
88 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Remove BOM from UTF-8 files I think some people need to change their IDE configuration ;)
2024-08-30 15:29:48 +02:00
{
Add global.json to specify dotnet version
2023-09-11 08:16:43 -06:00
"sdk"
:
{
Update projects to .NET 9 (#13023)
2024-11-16 18:11:01 +01:00
"version"
:
"9.0.0"
,
Add global.json to specify dotnet version
2023-09-11 08:16:43 -06:00
"rollForward"
:
"latestMinor"
}
}
Reference in New Issue
Copy Permalink