From b4b190ca43f878f91e4ded25e7f96f6ef4e42f00 Mon Sep 17 00:00:00 2001 From: Ryan Sweet Date: Tue, 11 Jul 2023 17:19:01 -0700 Subject: [PATCH] update to use Elsa prerelease ahead of rc1 --- Elsa.SemanticKernel/Elsa.SemanticKernel.csproj | 2 +- Elsa.SemanticKernel/NuGet.Config | 2 +- WorkflowsApp/NuGet.Config | 2 +- WorkflowsApp/Program.cs | 1 + WorkflowsApp/WorkflowsApp.csproj | 10 ++++++++-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Elsa.SemanticKernel/Elsa.SemanticKernel.csproj b/Elsa.SemanticKernel/Elsa.SemanticKernel.csproj index 8b4fb761f..c6f15a6e7 100644 --- a/Elsa.SemanticKernel/Elsa.SemanticKernel.csproj +++ b/Elsa.SemanticKernel/Elsa.SemanticKernel.csproj @@ -9,7 +9,7 @@ - + diff --git a/Elsa.SemanticKernel/NuGet.Config b/Elsa.SemanticKernel/NuGet.Config index a89a1e8b5..5d2144320 100644 --- a/Elsa.SemanticKernel/NuGet.Config +++ b/Elsa.SemanticKernel/NuGet.Config @@ -3,7 +3,7 @@ - + diff --git a/WorkflowsApp/NuGet.Config b/WorkflowsApp/NuGet.Config index a89a1e8b5..5d2144320 100644 --- a/WorkflowsApp/NuGet.Config +++ b/WorkflowsApp/NuGet.Config @@ -3,7 +3,7 @@ - + diff --git a/WorkflowsApp/Program.cs b/WorkflowsApp/Program.cs index 221c2ff10..1e83d307e 100644 --- a/WorkflowsApp/Program.cs +++ b/WorkflowsApp/Program.cs @@ -1,6 +1,7 @@ using Elsa.EntityFrameworkCore.Extensions; using Elsa.EntityFrameworkCore.Modules.Management; using Elsa.Extensions; +using Elsa.Workflows.Core.Models; using Elsa.Identity.Features; using Elsa.SemanticKernel; diff --git a/WorkflowsApp/WorkflowsApp.csproj b/WorkflowsApp/WorkflowsApp.csproj index e11e47aa5..d5e4e63e7 100644 --- a/WorkflowsApp/WorkflowsApp.csproj +++ b/WorkflowsApp/WorkflowsApp.csproj @@ -7,13 +7,19 @@ - + + + + + + +