You've already forked linux-packaging-mono
14 lines
833 B
Plaintext
14 lines
833 B
Plaintext
|
|
<?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" />
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\ref\System.IO.FileSystem.AccessControl.csproj">
|
||
|
|
<SupportedFramework>net46;netcoreapp1.0</SupportedFramework>
|
||
|
|
</ProjectReference>
|
||
|
|
<ProjectReference Include="..\src\System.IO.FileSystem.AccessControl.builds" />
|
||
|
|
<NotSupportedOnTargetFramework Include="netcore50">
|
||
|
|
<PackageTargetRuntime>win</PackageTargetRuntime>
|
||
|
|
</NotSupportedOnTargetFramework>
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||
|
|
</Project>
|