mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-23 06:18:54 +00:00
19 lines
616 B
XML
19 lines
616 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<SignAssembly>True</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NUnit" Version="3.7.0-dev-03852" />
|
|
<PackageReference Include="NUnitLite" Version="3.7.0-dev-03852" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.TestRunner.Core\Cosmos.TestRunner.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|