2017-01-28 01:13:04 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
2016-12-02 04:10:42 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
2017-03-03 04:38:56 +00:00
|
|
|
|
|
2016-11-29 23:42:16 +00:00
|
|
|
|
<PropertyGroup>
|
2017-02-28 08:44:24 +00:00
|
|
|
|
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
|
|
|
|
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
|
2016-11-29 23:42:16 +00:00
|
|
|
|
<AssemblyName>Msbuild.Tests.Utilities</AssemblyName>
|
2017-06-14 07:27:26 +00:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);dotnet5.4;portable-net451+win8</AssetTargetFallback>
|
2016-11-29 23:42:16 +00:00
|
|
|
|
</PropertyGroup>
|
2017-03-03 04:38:56 +00:00
|
|
|
|
|
2016-11-29 23:42:16 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Microsoft.DotNet.Tools.Tests.Utilities\Microsoft.DotNet.Tools.Tests.Utilities.csproj" />
|
2017-01-28 01:13:04 +00:00
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.TestFramework\Microsoft.DotNet.TestFramework.csproj" />
|
2016-12-28 22:50:34 +00:00
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.Cli.Sln.Internal\Microsoft.DotNet.Cli.Sln.Internal.csproj" />
|
2017-01-28 01:13:04 +00:00
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.Cli.Utils\Microsoft.DotNet.Cli.Utils.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.InternalAbstractions\Microsoft.DotNet.InternalAbstractions.csproj" />
|
2016-11-29 23:42:16 +00:00
|
|
|
|
</ItemGroup>
|
2017-03-03 04:38:56 +00:00
|
|
|
|
|
2016-11-29 23:42:16 +00:00
|
|
|
|
<ItemGroup>
|
2017-01-28 01:13:04 +00:00
|
|
|
|
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="FluentAssertions" Version="4.18.0" />
|
|
|
|
|
<PackageReference Include="xunit" Version="2.2.0-beta4-build3444" />
|
|
|
|
|
<PackageReference Include="Microsoft.Build" Version="$(CLI_MSBuild_Version)" />
|
2017-05-01 22:54:04 +00:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.ProjectJsonMigration" Version="$(CliMigrateVersion)" />
|
2016-11-29 23:42:16 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|