You've already forked linux-packaging-mono
16 lines
919 B
XML
16 lines
919 B
XML
<?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>
|
|
<ProjectReference Include="..\src\System.Threading.Tasks.Dataflow.csproj">
|
|
<SupportedFramework>net45;netcore45;wp8;wpa81;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>
|
|
</ProjectReference>
|
|
<InboxOnTargetFramework Include="netcoreapp2.0" />
|
|
<InboxOnTargetFramework Include="$(UAPvNextTFM)" />
|
|
</ItemGroup>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
</Project> |