Skip to content

Commit 539b255

Browse files
committed
Correct EF dependencies to 10.0.0
1 parent e90cf14 commit 539b255

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
Dependencies on EF preview versions should be locked to a specific version (as provider-facing breaking changes are frequent).
1111
For released versions, depend on anything in the current major version to allow users to update to higher patch versions.
1212
-->
13-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[11.0.0]" />
14-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[11.0.0]" />
15-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="[11.0.0]" />
16-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="[11.0.0]" />
17-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="[11.0.0]" />
13+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="[10.0.0]" />
14+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="[10.0.0]" />
15+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="[10.0.0]" />
16+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="[10.0.0]" />
17+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="[10.0.0]" />
1818

1919
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="$(MicrosoftExtensionsVersion)" />
2020
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="$(MicrosoftExtensionsVersion)" />

0 commit comments

Comments
 (0)