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