Skip to content

Commit 75c49f5

Browse files
[deps] DbOps: Pin dependencies (#5715)
* [deps] DbOps: Pin dependencies * You don't pin .NET tools --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Bishop <[email protected]>
1 parent b177a13 commit 75c49f5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj

Lines changed: 6 additions & 6 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" />
15-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
16-
<PackageReference Include="linq2db.EntityFrameworkCore" Version="8.1.0" />
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]" />
15+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[8.0.2]" />
16+
<PackageReference Include="linq2db.EntityFrameworkCore" Version="[8.1.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="[8.0.8]">
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="[8.0.8]">
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="[8.0.8]">
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="[8.0.8]">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)