423e734d09
* Added random console.writeline statement * and again * try with throw * feat: Automate example now using nuget * fix: update yaml automate action version * fix: Generate schema action step * fix: Logging in example * fix: Mark context run as success * fix: Upgrade of composite automate action * fix: Use correct env var * fix: Again... correct file path * chore: Reorganisation of project * fix: Lock file update * fix: No lock - no cache * fix: cd into project * fix: cd into path... in docker * fix: Copy isolated project folder instead of single files * fix: delete .idea folder * add .idea to gitignore * fix: Remove .idea again * fix: Cleaner kit initialisation * fix: Kit initialization * fix: dev-contaienr * fix: Run restore on creation * test: Docker build * feat: Recommended extensions and devcontainer sync * feat: added dotnet feature
14 lines
426 B
XML
14 lines
426 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-automate" />
|
|
<PackageReference Include="Speckle.Objects" Version="2.17.0-automate" />
|
|
</ItemGroup>
|
|
</Project> |