aoc2018/AoC2018Test/AoC2018Test.csproj

22 lines
579 B
XML
Raw Normal View History

2018-12-08 19:12:28 -06:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2018-12-09 01:33:26 -06:00
<TargetFramework>netcoreapp2.1</TargetFramework>
2018-12-08 19:12:28 -06:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.1.11" />
<PackageReference Include="MSTest.TestFramework" Version="1.1.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AoC2018\AoC2018.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
2018-12-08 19:12:28 -06:00
</Project>