2016-12-20 21:29:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-12-21 00:38:04 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<PropertyGroup>
|
2017-01-26 03:19:44 +00:00
|
|
|
|
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
|
|
|
|
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
|
|
|
|
<AssemblyName>dotnet-vstest.Tests</AssemblyName>
|
2017-06-14 07:27:26 +00:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);dotnet5.4;portable-net451+win8</AssetTargetFallback>
|
2016-11-12 07:46:29 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2017-03-03 04:51:03 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Microsoft.DotNet.Tools.Tests.Utilities\Microsoft.DotNet.Tools.Tests.Utilities.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<ItemGroup>
|
2017-03-03 03:44:02 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20161024-02" />
|
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta4-build1194" />
|
|
|
|
|
<PackageReference Include="xunit" Version="2.2.0-beta4-build3444" />
|
2016-11-12 07:46:29 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|