Cosmos/Tests/Cosmos.TestRunner/Cosmos.TestRunner.csproj
2020-11-22 14:42:10 +01:00

14 lines
399 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
<DebugType>Full</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.TestRunner.Full\Cosmos.TestRunner.Full.csproj" />
</ItemGroup>
</Project>