Skip to content

Commit fc950c9

Browse files
CopilotAndriySvyryd
andcommitted
Update all package references to version 9.0.0 and target framework to net9.0
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
1 parent 1072ea3 commit fc950c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

samples/core/Miscellaneous/ConfiguringDbContext/ConfiguringDbContext.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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" />

0 commit comments

Comments
 (0)