Skip to content

Commit

Permalink
⬆️ .NET: Bump Ardalis.Specification.EntityFrameworkCore and Ardalis.S…
Browse files Browse the repository at this point in the history
…pecification (#267)

⬆️ .NET: Bump Ardalis.Specification.EntityFrameworkCore and Ardalis.Specification

Bumps [Ardalis.Specification.EntityFrameworkCore](https://github.com/ardalis/specification) and [Ardalis.Specification](https://github.com/ardalis/specification). These dependencies needed to be updated together.

Updates `Ardalis.Specification.EntityFrameworkCore` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/ardalis/specification/releases)
- [Commits](ardalis/Specification@v7.0...v8.0)

Updates `Ardalis.Specification` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/ardalis/specification/releases)
- [Commits](ardalis/Specification@v7.0...v8.0)

---
updated-dependencies:
- dependency-name: Ardalis.Specification.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Ardalis.Specification
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 27ededf commit 66e7d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ProjectReference Include="..\Domain\Domain.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.0" />
<PackageReference Include="MediatR" Version="12.2.0" />
Expand Down

0 comments on commit 66e7d6c

Please sign in to comment.