Skip to content

Commit

Permalink
Update dotnet monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent e7fea2f commit 5827209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.9.0-20240112.4" />
<PackageReference Include="Jellyfin.Model" Version="10.9.0-20240112.4" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Rssdp/Rssdp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<PackageReference Include="Jellyfin.Common" Version="10.9.0-20240112.4" />
<PackageReference Include="Jellyfin.Controller" Version="10.9.0-20240112.4" />
<PackageReference Include="Jellyfin.Extensions" Version="10.9.0-20240112.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>
</Project>

0 comments on commit 5827209

Please sign in to comment.