diff --git a/Src/CommandLine/CommandLine.csproj b/Src/CommandLine/CommandLine.csproj index 2b6a4fe..5eee8c7 100644 --- a/Src/CommandLine/CommandLine.csproj +++ b/Src/CommandLine/CommandLine.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 AnyCPU;x64 diff --git a/Src/Core/Core.csproj b/Src/Core/Core.csproj index 8e79a00..db64e3a 100644 --- a/Src/Core/Core.csproj +++ b/Src/Core/Core.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net8.0 AnyCPU;x64 diff --git a/Src/Extensions/FormulaCodeGeneratorTask/FormulaCodeGeneratorTaskDotNet.csproj b/Src/Extensions/FormulaCodeGeneratorTask/FormulaCodeGeneratorTaskDotNet.csproj index daa042d..9290c12 100644 --- a/Src/Extensions/FormulaCodeGeneratorTask/FormulaCodeGeneratorTaskDotNet.csproj +++ b/Src/Extensions/FormulaCodeGeneratorTask/FormulaCodeGeneratorTaskDotNet.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net8.0 AnyCPU;x64 diff --git a/Src/Kernel/InteractiveKernel/InteractiveKernel.csproj b/Src/Kernel/InteractiveKernel/InteractiveKernel.csproj index ed3cde5..6c669cd 100644 --- a/Src/Kernel/InteractiveKernel/InteractiveKernel.csproj +++ b/Src/Kernel/InteractiveKernel/InteractiveKernel.csproj @@ -17,7 +17,7 @@ Exe - net6.0 + net8.0 enable dotnet-formula Microsoft.Jupyter.VUISIS.Formula diff --git a/Src/Tests/Tests.csproj b/Src/Tests/Tests.csproj index 8828a49..eebe401 100644 --- a/Src/Tests/Tests.csproj +++ b/Src/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false