Files
Regression-Testing/SpeckleAutomateDotnetExample/SpeckleAutomateDotnetExample.csproj
T
Claire Kuang 86e4759531
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
updates to use 2.18 prerelease nugets
2024-01-31 11:54:23 +00:00

15 lines
429 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Speckle.Automate.Sdk" Version="2.18.0-fileInput" />
<PackageReference Include="Speckle.Objects" Version="2.18.0-fileInput" />
</ItemGroup>
</Project>