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" />
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>
13 <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp">
14 <Version>$(CoreFxPackageVersion)</Version>
16 <PackageReference Include="System.Memory">
17 <Version>$(CoreFxPackageVersion)</Version>
19 <PackageReference Include="System.Runtime.CompilerServices.Unsafe">
20 <Version>$(CoreFxPackageVersion)</Version>
22 <PackageReference Include="System.Security.Permissions">
23 <Version>$(CoreFxPackageVersion)</Version>
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.6-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;linux-x64</RuntimeIdentifiers>
31 <ContainsPackageReferences>true</ContainsPackageReferences>
32 <PrereleaseResolveNuGetPackages>false</PrereleaseResolveNuGetPackages>
34 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
36 DependsOnTargets="ResolveReferences" />