Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2023
1 parent 278892d commit ab5327c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions sources/Cdn/Cdn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.41.0"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="3.12.3"/>
<PackageReference Include="System.IO.Abstractions" Version="16.0.8"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.53.0"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="3.33.1"/>
<PackageReference Include="System.IO.Abstractions" Version="16.1.26"/>
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions sources/Database/Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.18"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.18">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.1"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.2"/>
<PackageReference Include="Remora.Results" Version="7.1.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.18"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.8"/>
<PackageReference Include="Remora.Results" Version="7.2.3"/>
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions sources/Notifications/Notifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.0.0-alpha-844"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.41.0"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="3.12.3"/>
<PackageReference Include="AngleSharp" Version="1.0.3"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.53.0"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="3.33.1"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ab5327c

Please sign in to comment.