summaryrefslogtreecommitdiff
path: root/.packages/netstandard.library/2.0.0/build/netstandard2.0/NETStandard.Library.targets
blob: b654df8d51a5b0d87b238f579af37d980161636f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!-- Only add references if we're actually targeting .NETStandard.
       If the project is targeting some other TFM that is compatible with NETStandard we expect
       that framework to provide all references for NETStandard, mscorlib, System.* in their own
       targeting pack / SDK. -->
  <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'">
    <_NetStandardLibraryRefPath>$(MSBuildThisFileDirectory)\ref\</_NetStandardLibraryRefPath>
  </PropertyGroup>

  <!-- import the TFM-agnostic targets -->
  <Import Project="..\$(MSBuildThisFile)"/>
</Project>