mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-04-12 04:10:06 +03:00
13 lines
517 B
XML
13 lines
517 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="[16.6.1, 17)" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="[2.1.2, 3)" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="[2.1.2, 3)" />
|
|
<ProjectReference Include="..\..\library\Syroot.Worms\Syroot.Worms.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|