Skip to content

Commit ec6386e

Browse files
[deps] DbOps: Update EntityFrameworkCore to v9
1 parent c591997 commit ec6386e

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.0",
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
@@ -3,12 +3,12 @@
33
<ItemGroup>
44
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
55
<PackageReference Include="linq2db" Version="5.4.1" />
6-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
7-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
9-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
6+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
7+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
9+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
1010
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
11-
<PackageReference Include="linq2db.EntityFrameworkCore" Version="8.1.0" />
11+
<PackageReference Include="linq2db.EntityFrameworkCore" Version="9.0.0" />
1212
</ItemGroup>
1313

1414
<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.0">
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.0">
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.0">
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.0">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)