Skip to content

Commit

Permalink
Update to EF Core 8.0.3 (#1880)
Browse files Browse the repository at this point in the history
* Update dependencies.

* Update server versions.

* Fix tests.
  • Loading branch information
lauxjpn authored Mar 20, 2024
1 parent 47a1a29 commit 8070305
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 12 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ jobs:
dbVersion:
- 8.0.36-mysql
- 5.7.44-mysql
- 11.2.2-mariadb
- 11.1.3-mariadb
- 11.0.4-mariadb
- 10.11.6-mariadb
- 11.3.2-mariadb
- 11.2.3-mariadb
- 11.1.4-mariadb
- 11.0.5-mariadb
- 10.11.7-mariadb
- 10.10.7-mariadb
- 10.6.16-mariadb
- 10.5.23-mariadb
- 10.4.32-mariadb
- 10.6.17-mariadb
- 10.5.24-mariadb
- 10.4.33-mariadb
os:
- ubuntu-latest
- windows-latest
Expand Down
8 changes: 4 additions & 4 deletions Dependencies.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Common Versions">
<EFCoreVersion>[8.0.2,8.0.999]</EFCoreVersion>
<EFCoreVersion>[8.0.3,8.0.999]</EFCoreVersion>
</PropertyGroup>

<ItemGroup Label="Dependencies">
Expand All @@ -13,12 +13,12 @@
<PackageReference Update="MySqlConnector.DependencyInjection" Version="2.3.5" />

<PackageReference Update="NetTopologySuite" Version="2.5.0" />
<PackageReference Update="System.Text.Json" Version="8.0.2" />
<PackageReference Update="System.Text.Json" Version="8.0.3" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Update="Castle.Core" Version="5.1.1" />
<PackageReference Update="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.2" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.2" />
<PackageReference Update="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.3" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.3" />
<PackageReference Update="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Update="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Update="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.1",
"version": "8.0.3",
"commands": [
"dotnet-ef"
]
Expand Down
Loading

0 comments on commit 8070305

Please sign in to comment.