You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
655 B
12 lines
655 B
<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> |