2016-12-20 13:29:45 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-12-18 00:45:25 -08:00
|
|
|
|
<PropertyGroup>
|
2017-01-25 21:19:44 -06:00
|
|
|
|
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
2017-12-01 20:07:48 -08:00
|
|
|
|
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
|
2016-12-18 00:45:25 -08:00
|
|
|
|
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
|
|
|
|
<AssemblyName>dotnet-restore.Tests</AssemblyName>
|
2017-06-14 00:27:26 -07:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);dnxcore50;portable-net45+win8</AssetTargetFallback>
|
2016-12-18 00:45:25 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Microsoft.DotNet.Tools.Tests.Utilities\Microsoft.DotNet.Tools.Tests.Utilities.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\src\dotnet\dotnet.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-12-07 09:55:12 -08:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkPackageVersion)" />
|
2017-08-25 19:59:02 -07:00
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
|
2017-12-01 20:07:48 -08:00
|
|
|
|
<PackageReference Include="Microsoft.Build" Version="$(MicrosoftBuildPackageVersion)" />
|
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.DotNet.PlatformAbstractions" Version="$(MicrosoftDotNetPlatformAbstractionsPackageVersion)" />
|
2017-03-02 19:45:55 -08:00
|
|
|
|
<PackageReference Include="FluentAssertions" Version="4.18.0" />
|
2016-12-18 00:45:25 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|