This file is indexed.

/usr/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.props is in mono-xbuild 3.2.8+dfsg-4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
	<PropertyGroup>
		<AvailablePlatforms>Any CPU</AvailablePlatforms>

		<TargetPlatformIdentifier>Portable</TargetPlatformIdentifier>
		<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
		<TargetFrameworkMonikerDisplayName>.NET Portable Subset</TargetFrameworkMonikerDisplayName>

		<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
		<NoStdLib>true</NoStdLib>

		<ImplicitlyExpandTargetFramework Condition="'$(ImplicitlyExpandTargetFramework)' == '' ">true</ImplicitlyExpandTargetFramework>
	</PropertyGroup>
</Project>