Use nuget

This commit is contained in:
Jedd Morgan
2025-05-30 13:39:39 +01:00
parent e5b5244bc8
commit 0b30eb700a
2 changed files with 1 additions and 8 deletions
-6
View File
@@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpeckleAutomateDotnetExampl
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAutomateFunction", "TestAutomateFunction\TestAutomateFunction.csproj", "{8107A920-A5E2-459C-9756-04B91FB63F3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Speckle.Automate.Sdk", "..\speckle-sharp-sdk\src\Speckle.Automate.Sdk\Speckle.Automate.Sdk.csproj", "{168306CA-D153-4FA6-AF5C-8198F6BFAA32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -23,10 +21,6 @@ Global
{8107A920-A5E2-459C-9756-04B91FB63F3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8107A920-A5E2-459C-9756-04B91FB63F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8107A920-A5E2-459C-9756-04B91FB63F3F}.Release|Any CPU.Build.0 = Release|Any CPU
{168306CA-D153-4FA6-AF5C-8198F6BFAA32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{168306CA-D153-4FA6-AF5C-8198F6BFAA32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{168306CA-D153-4FA6-AF5C-8198F6BFAA32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{168306CA-D153-4FA6-AF5C-8198F6BFAA32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -9,8 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<!-- <PackageReference Include="Speckle.Automate.Sdk" Version="2.21.0" />-->
<ProjectReference Include="..\..\speckle-sharp-sdk\src\Speckle.Automate.Sdk\Speckle.Automate.Sdk.csproj"/>
<PackageReference Include="Speckle.Automate.Sdk" Version="3.4.0-alpha.7" />
</ItemGroup>
</Project>