2016-12-20 21:29:45 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-03-07 16:35:13 +00:00
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
2016-09-19 17:59:26 +00:00
|
|
|
<PropertyGroup>
|
2016-10-03 18:47:35 +00:00
|
|
|
<OutputType>Exe</OutputType>
|
2017-08-18 06:07:28 +00:00
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2016-09-19 17:59:26 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2016-10-03 18:47:35 +00:00
|
|
|
<ItemGroup>
|
2017-03-03 03:52:26 +00:00
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="1.0.6-preview" />
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="1.1.5-preview" />
|
2017-12-04 21:20:37 +00:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkPackageVersion)" />
|
2016-09-19 17:59:26 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|