Skip to content

Commit

Permalink
update EntityFramework to 6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsequitur authored and colombod committed Oct 18, 2022
1 parent e565acf commit e460eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ private async Task InitializeDbContextAsync(string kernelName, MsSqlKernelConnec
context.DisplayAs($"Scaffolding a `DbContext` and initializing an instance of it called `{kernelName}` in the C# kernel.", "text/markdown");

var submission1 = @$"
#r ""nuget: Microsoft.EntityFrameworkCore.Design, 6.0.0""
#r ""nuget: Microsoft.EntityFrameworkCore.SqlServer, 6.0.0""
#r ""nuget: Microsoft.EntityFrameworkCore.Design, 6.0.10""
#r ""nuget: Microsoft.EntityFrameworkCore.SqlServer, 6.0.10""
#r ""nuget: Humanizer.Core, 2.8.26""
#r ""nuget: Humanizer, 2.8.26""
#r ""nuget: Microsoft.Identity.Client, 4.35.1""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.1" />
<PackageReference Include="Humanizer" Version="2.8.26" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.35.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.0">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit e460eaf

Please sign in to comment.