Skip to content

Commit e8892a9

Browse files
Bump Microsoft.EntityFrameworkCore and 3 others (#47)
Bumps Microsoft.EntityFrameworkCore from 10.0.8 to 10.0.9 Bumps Microsoft.EntityFrameworkCore.Design from 10.0.8 to 10.0.9 Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.8 to 10.0.9 Bumps Microsoft.EntityFrameworkCore.Relational from 10.0.8 to 10.0.9 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-ef - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-ef - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-ef - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-ef ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7b72d3 commit e8892a9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

backend/src/Accanto.Api/Accanto.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.1" />
1111
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.9" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.8">
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.9">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>
1515
</PackageReference>

backend/src/Accanto.Application/Accanto.Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="FluentValidation" Version="12.1.1" />
99
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.8" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.9" />
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.9" />
1212
<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.9" />
1313
<PackageReference Include="Otp.NET" Version="1.4.0" />

backend/src/Accanto.Infrastructure/Accanto.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<PackageReference Include="MailKit" Version="4.17.0" />
1010
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="10.0.9" />
1111
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.9" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.8" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.8" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.9" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.9" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.9" />
1515
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.9" />
1616
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.9" />

backend/tests/Accanto.Tests/Accanto.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="coverlet.collector" Version="10.0.1" />
1212
<PackageReference Include="FluentAssertions" Version="8.10.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.9" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.8" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.9" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />

0 commit comments

Comments
 (0)