Skip to content

Commit 08473b9

Browse files
committed
update dependencies
1 parent 5f4a23d commit 08473b9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Bump _aqua-core_ from 5.2.0 to 5.4.0
1717
- Bump _Microsoft.Bcl.AsyncInterfaces_ from 6.0.0 to 8.0.0
18-
- Bump _Microsoft.EntityFrameworkCore_ from 6.0.10 to 7.0.14 (net6.0) and 8.0.0 (net8.0) (concerns _Remote.Linq.EntityFrameworkCore_)
18+
- Bump _Microsoft.EntityFrameworkCore_ from 6.0.10 to 7.0.18 (net6.0) and 8.0.4 (net8.0) (concerns _Remote.Linq.EntityFrameworkCore_)
1919

2020
### Deprecated
2121

src/Remote.Linq.EntityFrameworkCore/Remote.Linq.EntityFrameworkCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
16-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.14" Condition="'$(TargetFramework)' == 'net6.0'" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.18" Condition="'$(TargetFramework)' == 'net6.0'" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" Condition="'$(TargetFramework)' == 'net8.0'" />
1818
</ItemGroup>
1919

2020
</Project>

test/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" PrivateAssets="all" />
12+
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" PrivateAssets="all" />
1414
<PackageReference Include="Shouldly" Version="4.2.1" PrivateAssets="all" />
15-
<PackageReference Include="xunit" Version="2.6.3" PrivateAssets="all" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" PrivateAssets="all" />
15+
<PackageReference Include="xunit" Version="2.7.1" PrivateAssets="all" />
16+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" PrivateAssets="all" />
1717
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" PrivateAssets="all" />
1818
</ItemGroup>
1919

test/Remote.Linq.EntityFrameworkCore.Tests/Remote.Linq.EntityFrameworkCore.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.32" Condition="'$(TargetFramework)' == 'net48'" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.14" Condition="'$(TargetFramework)' == 'net6.0'" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.18" Condition="'$(TargetFramework)' == 'net6.0'" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" Condition="'$(TargetFramework)' == 'net8.0'" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)