process/src/process.tests/Geekeey.Process.Tests.csproj
Louis Seubert 1e4687aff6
Some checks failed
default / dotnet-default-workflow (push) Failing after 54s
build: initial project release
2026-01-20 22:58:15 +01:00

22 lines
No EOL
546 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Geekeey.Process</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TUnit" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\process\Geekeey.Process.csproj" />
<ProjectReference Include="..\process.dummy.app\Geekeey.Process.Dummy.App.csproj" />
</ItemGroup>
</Project>