File tree Expand file tree Collapse file tree
samples/core/Miscellaneous/ConfiguringDbContext Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <RootNamespace />
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8 .0.0" />
11- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8 .0.0" />
12- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 8 .0.0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 9 .0.0" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 9 .0.0" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 9 .0.0" />
1313 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.0" />
1414 <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9.0.0" />
1515 <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.0" />
You can’t perform that action at this time.
0 commit comments