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-11-12 07:46:29 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Description>Microsoft.DotNet.Tools.Tests.Utilities Class Library</Description>
|
2017-01-26 03:19:44 +00:00
|
|
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<AssemblyName>Microsoft.DotNet.Tools.Tests.Utilities</AssemblyName>
|
|
|
|
|
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
2017-06-14 07:27:26 +00:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);dotnet5.4;portable-net451+win8</AssetTargetFallback>
|
2017-03-30 07:11:17 +00:00
|
|
|
|
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
|
2016-11-12 07:46:29 +00:00
|
|
|
|
</PropertyGroup>
|
2017-03-03 04:38:56 +00:00
|
|
|
|
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<ItemGroup>
|
2017-09-14 16:47:47 +00:00
|
|
|
|
<ProjectReference Include="..\Microsoft.DotNet.TestFramework\Microsoft.DotNet.TestFramework.csproj" />
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.Cli.Utils\Microsoft.DotNet.Cli.Utils.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.InternalAbstractions\Microsoft.DotNet.InternalAbstractions.csproj" />
|
|
|
|
|
</ItemGroup>
|
2017-03-03 04:38:56 +00:00
|
|
|
|
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<ItemGroup>
|
2017-03-03 03:45:55 +00:00
|
|
|
|
<PackageReference Include="FluentAssertions" Version="4.18.0" />
|
2017-08-26 02:59:02 +00:00
|
|
|
|
<PackageReference Include="xunit" Version="2.2.0" />
|
2017-03-03 03:45:55 +00:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(PlatformAbstractionsVersion)" />
|
2016-11-12 07:46:29 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|