tom-plugin-cs-integration-test/dopt.TOM-Integration.csproj
2025-06-20 12:13:25 +02:00

17 lines
419 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>dopt.TOM_Integration</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dopt.TOM" Version="0.1.3" />
</ItemGroup>
</Project>