Skip to content

Commit df151a1

Browse files
[deps] DbOps: Update EntityFrameworkCore to v10
1 parent 439485f commit df151a1

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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": "10.0.2",
1111
"commands": ["dotnet-ef"]
1212
}
1313
}

src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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]" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[10.0.2]" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[10.0.2]" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[10.0.2]" />
1414
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[8.0.4]" />
1515
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[8.0.2]" />
1616
<PackageReference Include="linq2db.EntityFrameworkCore" Version="[8.1.0]" />

util/MySqlMigrations/MySqlMigrations.csproj

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

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.8]">
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[10.0.2]">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

util/PostgresMigrations/PostgresMigrations.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="[10.0.2]">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>

util/SqlServerEFScaffold/SqlServerEFScaffold.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.8]">
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[10.0.2]">
99
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1010
<PrivateAssets>all</PrivateAssets>
1111
</PackageReference>

util/SqliteMigrations/SqliteMigrations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.8]">
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[10.0.2]">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)