This website requires JavaScript.
Explore
Help
Sign In
admin
/
jellyfin
Watch
1
Star
0
Fork
0
You've already forked jellyfin
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
ceb850c77052c465af8422dcf152f1d1d1530457
jellyfin
/
global.json
7 lines
88 B
JSON
Raw
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