summaryrefslogtreecommitdiff
path: root/tests/src/Common/test_runtime/test_runtime.csproj
blob: 4807adf7a9de04907b8f5f6b3602f26c69ca81a4 (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
<?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>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <CLRTestKind>BuildOnly</CLRTestKind>
    <NugetTargetMoniker>.NETCoreApp,Version=v2.0</NugetTargetMoniker>
    <NugetTargetMonikerShort>netcoreapp2.0</NugetTargetMonikerShort>
    <IsTestProject>false</IsTestProject>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.NETCore.Platforms">
      <Version>2.0.0-$(CoreFxExpectedPrerelease)</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.DotNet.CoreCLR.TestDependencies">
      <Version>1.0.0-prerelease</Version>
    </PackageReference>
    <PackageReference Include="jit-dasm">
      <Version>0.0.1.4</Version>
    </PackageReference>
    <PackageReference Include="cijobs">
      <Version>0.0.1.2</Version>
    </PackageReference>
    <PackageReference Include="jit-analyze">
      <Version>0.0.1.1</Version>
    </PackageReference>
  </ItemGroup>
  <PropertyGroup>
    <TargetFramework>netcoreapp2.0</TargetFramework>
    <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
    <PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
    <RuntimeIdentifiers>win-x64;win-x86;win7-x86;win7-x64;win-arm64;win-arm;win7-arm64;win7-arm;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;osx-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;linux-x64</RuntimeIdentifiers>
    <ContainsPackageReferences>true</ContainsPackageReferences>
    <PrereleaseResolveNuGetPackages>false</PrereleaseResolveNuGetPackages>
  </PropertyGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
  <Target Name="Build"
     DependsOnTargets="ResolveReferences" /> 
</Project>