Skip to content

Commit

Permalink
update packages for sql and kql kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Nov 14, 2023
1 parent f5ef58c commit 417087e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" />
<PackageReference Include="Microsoft.Azure.Kusto.Data" Version="11.1.0" />
<PackageReference Include="Microsoft.Azure.Kusto.Data" Version="11.3.5" />
<PackageReference Include="StreamJsonRpc" Version="2.13.33" />
<PackageReference Include="System.Drawing.Common" Version="$(SystemDrawingCommonVersion)" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,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, 7.0.0""
#r ""nuget: Microsoft.EntityFrameworkCore.SqlServer, 7.0.0""
#r ""nuget: Microsoft.EntityFrameworkCore.Design, 7.0.13""
#r ""nuget: Microsoft.EntityFrameworkCore.SqlServer, 7.0.13""
#r ""nuget: Humanizer.Core, 2.14.1""
#r ""nuget: Humanizer, 2.14.1""
#r ""nuget: Microsoft.Identity.Client, 4.48.1""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="$(SystemDrawingCommonVersion)" />
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.48.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0">
<PackageReference Include="Microsoft.Identity.Client" Version="4.57.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.13">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StreamJsonRpc" Version="2.13.33" />
<PackageReference Include="StreamJsonRpc" Version="2.16.36" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 417087e

Please sign in to comment.