diff --git a/CHANGELOG.md b/CHANGELOG.md index 720c9abc..d7996e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump _aqua-core_ from 5.2.0 to 5.4.0 - Bump _Microsoft.Bcl.AsyncInterfaces_ from 6.0.0 to 8.0.0 -- Bump _Microsoft.EntityFrameworkCore_ from 6.0.10 to 7.0.14 (net6.0) and 8.0.0 (net8.0) (concerns _Remote.Linq.EntityFrameworkCore_) +- Bump _Microsoft.EntityFrameworkCore_ from 6.0.10 to 7.0.18 (net6.0) and 8.0.4 (net8.0) (concerns _Remote.Linq.EntityFrameworkCore_) ### Deprecated diff --git a/src/Remote.Linq.EntityFrameworkCore/Remote.Linq.EntityFrameworkCore.csproj b/src/Remote.Linq.EntityFrameworkCore/Remote.Linq.EntityFrameworkCore.csproj index da6864f7..62161359 100644 --- a/src/Remote.Linq.EntityFrameworkCore/Remote.Linq.EntityFrameworkCore.csproj +++ b/src/Remote.Linq.EntityFrameworkCore/Remote.Linq.EntityFrameworkCore.csproj @@ -13,8 +13,8 @@ - - + + \ No newline at end of file diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 5f9aefb0..10c77984 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -9,11 +9,11 @@ - - + + - - + + diff --git a/test/Remote.Linq.EntityFrameworkCore.Tests/Remote.Linq.EntityFrameworkCore.Tests.csproj b/test/Remote.Linq.EntityFrameworkCore.Tests/Remote.Linq.EntityFrameworkCore.Tests.csproj index 1c99a40b..accaf9ab 100644 --- a/test/Remote.Linq.EntityFrameworkCore.Tests/Remote.Linq.EntityFrameworkCore.Tests.csproj +++ b/test/Remote.Linq.EntityFrameworkCore.Tests/Remote.Linq.EntityFrameworkCore.Tests.csproj @@ -11,8 +11,8 @@ - - + + \ No newline at end of file