aec-tech-presentation/CSharpStarter/CSharpStarter.csproj

14 строки
333 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Speckle.Core" Version="2.1.22" />
<PackageReference Include="Speckle.Objects" Version="2.1.22" />
</ItemGroup>
</Project>