2017-01-27 17:13:04 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
2016-11-29 15:42:16 -08:00
|
|
|
|
<PropertyGroup>
|
2017-02-28 00:44:24 -08:00
|
|
|
|
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
2017-12-01 20:07:48 -08:00
|
|
|
|
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
|
2016-11-29 15:42:16 -08:00
|
|
|
|
<AssemblyName>Msbuild.Tests.Utilities</AssemblyName>
|
2017-06-14 00:27:26 -07:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);dotnet5.4;portable-net451+win8</AssetTargetFallback>
|
2017-08-25 19:59:02 -07:00
|
|
|
|
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
2016-11-29 15:42:16 -08:00
|
|
|
|
</PropertyGroup>
|
2017-03-02 20:38:56 -08:00
|
|
|
|
|
2016-11-29 15:42:16 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Microsoft.DotNet.Tools.Tests.Utilities\Microsoft.DotNet.Tools.Tests.Utilities.csproj" />
|
2017-09-14 09:47:47 -07:00
|
|
|
|
<ProjectReference Include="..\Microsoft.DotNet.TestFramework\Microsoft.DotNet.TestFramework.csproj" />
|
2016-12-28 14:50:34 -08:00
|
|
|
|
<ProjectReference Include="..\..\src\Microsoft.DotNet.Cli.Sln.Internal\Microsoft.DotNet.Cli.Sln.Internal.csproj" />
|
2017-01-27 17:13:04 -08: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 15:42:16 -08:00
|
|
|
|
</ItemGroup>
|
2017-03-02 20:38:56 -08:00
|
|
|
|
|
2016-11-29 15:42:16 -08:00
|
|
|
|
<ItemGroup>
|
2017-01-27 17:13:04 -08:00
|
|
|
|
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="FluentAssertions" Version="4.18.0" />
|
2017-08-25 19:59:02 -07:00
|
|
|
|
<PackageReference Include="xunit" Version="2.2.0" />
|
2017-12-01 20:07:48 -08:00
|
|
|
|
<PackageReference Include="Microsoft.Build" Version="$(MicrosoftBuildPackageVersion)" />
|
|
|
|
|
<PackageReference Include="Microsoft.DotNet.ProjectJsonMigration" Version="$(MicrosoftDotNetProjectJsonMigrationPackageVersion)" />
|
2016-11-29 15:42:16 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|