Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee committed Apr 23, 2024
1 parent 5f4a23d commit 08473b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.14" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.18" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" Condition="'$(TargetFramework)' == 'net8.0'" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" PrivateAssets="all" />
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" PrivateAssets="all" />
<PackageReference Include="Shouldly" Version="4.2.1" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.6.3" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.7.1" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" PrivateAssets="all" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" PrivateAssets="all" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.32" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.14" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.18" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" Condition="'$(TargetFramework)' == 'net8.0'" />
</ItemGroup>

</Project>

0 comments on commit 08473b9

Please sign in to comment.