Skip to content

Commit

Permalink
Update dotnet monorepo
Browse files Browse the repository at this point in the history
| datasource | package                                                           | from  | to    |
| ---------- | ----------------------------------------------------------------- | ----- | ----- |
| nuget      | Microsoft.AspNetCore.Authentication.JwtBearer                     | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.AspNetCore.Authorization                                | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.AspNetCore.Identity.EntityFrameworkCore                 | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.AspNetCore.Mvc.Testing                                  | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.AspNetCore.TestHost                                     | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.EntityFrameworkCore                                     | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.EntityFrameworkCore.Design                              | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.EntityFrameworkCore.Proxies                             | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 7.0.5 | 7.0.7 |
| nuget      | Microsoft.Extensions.Logging.Abstractions                         | 7.0.0 | 7.0.1 |
  • Loading branch information
renovate[bot] committed Jun 17, 2023
1 parent 6e7b2c2 commit e528ceb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Orso.Arpa.Api/Orso.Arpa.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.18.0" />
<PackageReference Include="HotChocolate.Data" Version="12.18.0" />
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="5.7.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.5">
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="7.0.7" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.7" />
<PackageReference Include="NLog" Version="5.2.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion Orso.Arpa.Domain/Orso.Arpa.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.7" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Orso.Arpa.Infrastructure/Orso.Arpa.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="7.0.7" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.31.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Orso.Arpa.Misc/Orso.Arpa.Misc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="QRCoder" Version="1.4.2" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Orso.Arpa.Persistence/Orso.Arpa.Persistence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="7.0.2" />
<PackageReference Include="HotChocolate.Types" Version="12.18.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.7" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="DoomedDatabases.Postgres" Version="0.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.7" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.7" />
<PackageReference Include="netDumbster" Version="3.0.1" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down

0 comments on commit e528ceb

Please sign in to comment.