You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/general/contributing/development.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This page details how our repositories are organized, how to get started editing
12
12
There are many projects within the [organization](https://github.com/jellyfin) to browse through for contributions.
13
13
Summarized here are the two biggest ones, one for backend devs and another for frontend devs.
14
14
15
-
-[Jellyfin Server](https://github.com/jellyfin/jellyfin): The server portion, built using .NET 8 and C#.
15
+
-[Jellyfin Server](https://github.com/jellyfin/jellyfin): The server portion, built using .NET 9 and C#.
16
16
-[Jellyfin Web](https://github.com/jellyfin/jellyfin-web): The main client application built for browsers, but also used in some of our other clients that are just wrappers.
17
17
18
18
Note that each of the repositories also has its own documentation on how to get started with that project, generally found in the repository README. You can also view the organization [source tree](/docs/general/contributing/source-tree) to see how some of the bigger projects are structured.
0 commit comments