File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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)" />
You can’t perform that action at this time.
0 commit comments