summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj
blob: b183defea13482a87d33d0efa553d1eddc299417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <Version>1.0.1</Version>
    <SkipPackageFileCheck>true</SkipPackageFileCheck>
    <SkipValidatePackage>true</SkipValidatePackage>
    <PackagePlatforms>x64;x86;arm64;arm</PackagePlatforms>
    <OutputPath>$(PackagesOutputPath)</OutputPath>
    <IncludeRuntimeJson>true</IncludeRuntimeJson>
  </PropertyGroup>
  <ItemGroup>
    <!-- Declare a runtime dependency on the win8-arm CoreCLR built using the TFS builds -->
    <RuntimeDependency Include="runtime.win7-arm.Microsoft.NETCore.TestHost">
      <TargetRuntime>win7-arm</TargetRuntime>
      <Version>1.0.1-$(ExternalExpectedPrerelease)</Version>
    </RuntimeDependency>
    <ProjectReference Include="win\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>amd64</Platform>
    </ProjectReference>
    <ProjectReference Include="win\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>arm64</Platform>
    </ProjectReference>
    <ProjectReference Include="win\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>x86</Platform>
    </ProjectReference>
    <ProjectReference Include="debian\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>amd64</Platform>
    </ProjectReference>
    <ProjectReference Include="fedora\23\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>amd64</Platform>
    </ProjectReference>
    <ProjectReference Include="opensuse\13.2\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>amd64</Platform>
    </ProjectReference>
    <ProjectReference Include="rhel\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>amd64</Platform>
    </ProjectReference>
    <ProjectReference Include="ubuntu\14.04\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>amd64</Platform>
    </ProjectReference>
    <ProjectReference Include="ubuntu\16.04\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>amd64</Platform>
    </ProjectReference>
    <ProjectReference Include="osx\Microsoft.NETCore.TestHost.pkgproj">
      <Platform>amd64</Platform>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>