b1872be922
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
15 lines
429 B
XML
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.17.0-automate3" />
|
|
<PackageReference Include="Speckle.Objects" Version="2.17.0-automate3" />
|
|
</ItemGroup>
|
|
</Project>
|