diff --git a/Directory.Build.props b/Directory.Build.props index 64f820fcee..abc2fd24dd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -18,8 +18,8 @@ 17.4.0 13.0.3 - 4.9.2 - 8.0.6 + 4.11.0 + 8.0.8 6.0.0 8.0.1 8.0.0 diff --git a/src/Microsoft.DotNet.Interactive.Kql/Microsoft.DotNet.Interactive.Kql.csproj b/src/Microsoft.DotNet.Interactive.Kql/Microsoft.DotNet.Interactive.Kql.csproj index 297127f16c..4c496b4200 100644 --- a/src/Microsoft.DotNet.Interactive.Kql/Microsoft.DotNet.Interactive.Kql.csproj +++ b/src/Microsoft.DotNet.Interactive.Kql/Microsoft.DotNet.Interactive.Kql.csproj @@ -28,7 +28,7 @@ - + diff --git a/src/Microsoft.DotNet.Interactive.PowerShell/Microsoft.DotNet.Interactive.PowerShell.csproj b/src/Microsoft.DotNet.Interactive.PowerShell/Microsoft.DotNet.Interactive.PowerShell.csproj index efefecb25f..9332497fdb 100644 --- a/src/Microsoft.DotNet.Interactive.PowerShell/Microsoft.DotNet.Interactive.PowerShell.csproj +++ b/src/Microsoft.DotNet.Interactive.PowerShell/Microsoft.DotNet.Interactive.PowerShell.csproj @@ -29,7 +29,7 @@ - + diff --git a/src/Microsoft.DotNet.Interactive.SQLite/Microsoft.DotNet.Interactive.SQLite.csproj b/src/Microsoft.DotNet.Interactive.SQLite/Microsoft.DotNet.Interactive.SQLite.csproj index 6ed5d47a57..0fdc4c34d1 100644 --- a/src/Microsoft.DotNet.Interactive.SQLite/Microsoft.DotNet.Interactive.SQLite.csproj +++ b/src/Microsoft.DotNet.Interactive.SQLite/Microsoft.DotNet.Interactive.SQLite.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Microsoft.DotNet.Interactive.SqlServer/ConnectMsSqlDirective.cs b/src/Microsoft.DotNet.Interactive.SqlServer/ConnectMsSqlDirective.cs index 4d1529bffb..213b867be1 100644 --- a/src/Microsoft.DotNet.Interactive.SqlServer/ConnectMsSqlDirective.cs +++ b/src/Microsoft.DotNet.Interactive.SqlServer/ConnectMsSqlDirective.cs @@ -89,9 +89,9 @@ private async Task InitializeDbContextAsync(string kernelName, MsSqlKernelConnec // FIX: (InitializeDbContextAsync) package versions to make them reference the ones that are already referenced at build time var submission1 = $$""" - #r "nuget: Microsoft.Data.SqlClient, 5.2.0" - #r "nuget: Microsoft.EntityFrameworkCore.Design, 8.0.6" - #r "nuget: Microsoft.EntityFrameworkCore.SqlServer, 8.0.6" + #r "nuget: Microsoft.Data.SqlClient, 5.2.2" + #r "nuget: Microsoft.EntityFrameworkCore.Design, 8.0.8" + #r "nuget: Microsoft.EntityFrameworkCore.SqlServer, 8.0.8" #r "nuget: Humanizer.Core, 2.14.1" #r "nuget: Humanizer, 2.14.1" #r "nuget: Microsoft.Identity.Client, 4.61.3" diff --git a/src/Microsoft.DotNet.Interactive.SqlServer/Microsoft.DotNet.Interactive.SqlServer.csproj b/src/Microsoft.DotNet.Interactive.SqlServer/Microsoft.DotNet.Interactive.SqlServer.csproj index 37a0109687..6bb0a7e9ec 100644 --- a/src/Microsoft.DotNet.Interactive.SqlServer/Microsoft.DotNet.Interactive.SqlServer.csproj +++ b/src/Microsoft.DotNet.Interactive.SqlServer/Microsoft.DotNet.Interactive.SqlServer.csproj @@ -25,12 +25,12 @@ - + - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Microsoft.DotNet.Interactive.Tests/LanguageKernelPackageTests.cs b/src/Microsoft.DotNet.Interactive.Tests/LanguageKernelPackageTests.cs index 63b64c517a..904dff7166 100644 --- a/src/Microsoft.DotNet.Interactive.Tests/LanguageKernelPackageTests.cs +++ b/src/Microsoft.DotNet.Interactive.Tests/LanguageKernelPackageTests.cs @@ -869,6 +869,8 @@ open System.Numerics.Tensors var result = await SubmitCode(kernel, source); + result.Events.Should().NotContainErrors(); + result.Events .Should() .ContainSingle()