2017-04-10 11:41:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<!-- we need to be supported on pre-nuget-3 platforms (Dev12, Dev11, etc) -->
|
|
|
|
|
<MinClientVersion>2.8.6</MinClientVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2018-01-29 19:03:06 +00:00
|
|
|
<ProjectReference Include="..\ref\System.Threading.Tasks.Extensions.csproj">
|
2017-04-10 11:41:01 +00:00
|
|
|
<SupportedFramework>net45;netcore45;netcoreapp1.0;wpa81;wp8;$(AllXamarinFrameworks)</SupportedFramework>
|
|
|
|
|
</ProjectReference>
|
2018-01-29 19:03:06 +00:00
|
|
|
<ProjectReference Include="..\src\System.Threading.Tasks.Extensions.csproj" />
|
2018-01-24 17:04:36 +00:00
|
|
|
|
2018-08-07 15:19:03 +00:00
|
|
|
<InboxOnTargetFramework Include="netcoreapp2.1" />
|
2018-01-29 19:03:06 +00:00
|
|
|
<InboxOnTargetFramework Include="$(UAPvNextTFM)" />
|
2017-06-07 13:16:24 +00:00
|
|
|
|
|
|
|
|
<!-- this package is part of the implementation closure of NETStandard.Library
|
|
|
|
|
therefore it cannot reference NETStandard.Library -->
|
|
|
|
|
<SuppressMetaPackage Include="NETStandard.Library" />
|
2017-04-10 11:41:01 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
2018-08-07 15:19:03 +00:00
|
|
|
</Project>
|