From 1261df201fe76e225497776ec71a906aaff0628b Mon Sep 17 00:00:00 2001 From: Chuck Driesler Date: Sun, 1 Dec 2024 16:39:55 +0000 Subject: [PATCH] chore(sdk): bump sdk (#28) --- .../SpeckleAutomateDotnetExample.csproj | 4 ++-- TestAutomateFunction/AutomationContextTest.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SpeckleAutomateDotnetExample/SpeckleAutomateDotnetExample.csproj b/SpeckleAutomateDotnetExample/SpeckleAutomateDotnetExample.csproj index c883e57..f1b4a10 100644 --- a/SpeckleAutomateDotnetExample/SpeckleAutomateDotnetExample.csproj +++ b/SpeckleAutomateDotnetExample/SpeckleAutomateDotnetExample.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/TestAutomateFunction/AutomationContextTest.cs b/TestAutomateFunction/AutomationContextTest.cs index beea937..692a691 100644 --- a/TestAutomateFunction/AutomationContextTest.cs +++ b/TestAutomateFunction/AutomationContextTest.cs @@ -3,6 +3,7 @@ namespace TestAutomateFunction; using Speckle.Automate.Sdk; using Speckle.Automate.Sdk.Test; using Speckle.Core.Api; +using Speckle.Core.Api.GraphQL.Models; using Speckle.Core.Credentials; [TestFixture]