File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >10 .0.0</VersionPrefix >
3+ <VersionPrefix >11 .0.0-preview.1 </VersionPrefix >
44 <TargetFramework >net10.0</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <Nullable >enable</Nullable >
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 =" [10.0.0, 11.0.0) " />
14- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational" Version =" [10.0.0, 11.0.0) " />
15- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Abstractions" Version =" [10.0.0, 11.0.0) " />
16- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version =" [10.0.0, 11.0.0) " />
17- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Design" Version =" [10.0.0, 11.0.0) " />
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] " />
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