Skip to content

Commit

Permalink
Merge pull request #98 from jellyfin/renovate/major-dotnet-monorepo
Browse files Browse the repository at this point in the history
Update dotnet monorepo to v8 (major)
  • Loading branch information
anthonylavado committed Nov 21, 2023
2 parents 5d22869 + 6c4c07c commit 0ed7c46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jellyfin.Windows.Tray/Jellyfin.Windows.Tray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="6.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="6.0.0" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down

0 comments on commit 0ed7c46

Please sign in to comment.