Skip to content

Commit fb97ad0

Browse files
[deps] DbOps: Update EntityFrameworkCore to v9
1 parent 75c49f5 commit fb97ad0

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commands": ["swagger"]
88
},
99
"dotnet-ef": {
10-
"version": "8.0.8",
10+
"version": "9.0.4",
1111
"commands": ["dotnet-ef"]
1212
}
1313
}

src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<ItemGroup>
99
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
1010
<PackageReference Include="linq2db" Version="5.4.1" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[8.0.8]" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[8.0.8]" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[8.0.8]" />
14-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[8.0.4]" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[9.0.4]" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[9.0.4]" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[9.0.4]" />
14+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[9.0.4]" />
1515
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[8.0.2]" />
16-
<PackageReference Include="linq2db.EntityFrameworkCore" Version="[8.1.0]" />
16+
<PackageReference Include="linq2db.EntityFrameworkCore" Version="[9.0.0]" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

util/MySqlMigrations/MySqlMigrations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.8]">
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[9.0.4]">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>

util/PostgresMigrations/PostgresMigrations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</ItemGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.8]">
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[9.0.4]">
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
<PrivateAssets>all</PrivateAssets>
1212
</PackageReference>

util/SqlServerEFScaffold/SqlServerEFScaffold.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.8]">
3+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[9.0.4]">
44
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
55
<PrivateAssets>all</PrivateAssets>
66
</PackageReference>

util/SqliteMigrations/SqliteMigrations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.8]">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[9.0.4]">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)