17 lines
636 B
XML
17 lines
636 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<IsPublishable>false</IsPublishable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />
|
|
<ProjectReference Include="..\OpenRA.Mods.Common\OpenRA.Mods.Common.csproj">
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
|
|
<PackageReference Include="NUnit" Version="3.12.0" />
|
|
<PackageReference Include="NUnit.Console" Version="3.11.1" />
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0-beta.1" />
|
|
</ItemGroup>
|
|
</Project>
|