Merge pull request #13472 from dotnet/revert-13464-reimport_rhel6_test_change
[platform/upstream/coreclr.git] / tests / src / Common / test_dependencies / test_dependencies.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <CLRTestKind>BuildOnly</CLRTestKind>
8     <NugetTargetMoniker>.NETCoreApp,Version=v2.1</NugetTargetMoniker>
9     <NugetTargetMonikerShort>netcoreapp2.1</NugetTargetMonikerShort>
10     <IsTestProject>false</IsTestProject>
11   </PropertyGroup>
12   <ItemGroup>
13     <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp">
14       <Version>$(CoreFxPackageVersion)</Version>
15     </PackageReference>
16     <PackageReference Include="System.Memory">
17       <Version>$(CoreFxPackageVersion)</Version>
18     </PackageReference>
19     <PackageReference Include="System.Runtime.CompilerServices.Unsafe">
20       <Version>$(CoreFxPackageVersion)</Version>
21     </PackageReference>
22     <PackageReference Include="System.Security.Permissions">
23       <Version>$(CoreFxPackageVersion)</Version>
24     </PackageReference>
25   </ItemGroup>
26   <PropertyGroup>
27     <TargetFramework>netcoreapp2.1</TargetFramework>
28     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
29     <PackageTargetFallback>$(PackageTargetFallback);dnxcore50;netcoreapp1.1;portable-net45+win8</PackageTargetFallback>
30     <RuntimeIdentifiers>win-arm;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>
31     <ContainsPackageReferences>true</ContainsPackageReferences>
32     <PrereleaseResolveNuGetPackages>false</PrereleaseResolveNuGetPackages>
33   </PropertyGroup>
34   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
35   <Target Name="Build"
36      DependsOnTargets="ResolveReferences" />
37 </Project>