File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
3- <PropertyGroup >
4- <TargetFramework >net9.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7- </PropertyGroup >
8-
9- <ItemGroup >
10- <PackageReference Include =" Jellyfin.Controller" Version =" 10.11.8" />
11- <PackageReference Include =" Jellyfin.Model" Version =" 10.11.8" />
12- </ItemGroup >
13-
14- <ItemGroup >
15- <EmbeddedResource Include =" Configuration/config.html" />
16- </ItemGroup >
17-
18- </Project >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ </PropertyGroup >
8+
9+ <ItemGroup >
10+ <PackageReference Include =" Jellyfin.Controller" Version =" 10.11.8" />
11+ <PackageReference Include =" Jellyfin.Model" Version =" 10.11.8" />
12+ </ItemGroup >
13+
14+ <ItemGroup >
15+ <EmbeddedResource Include =" Configuration/config.html" />
16+ </ItemGroup >
17+
18+ </Project >
You can’t perform that action at this time.
0 commit comments