|
2 | 2 | <PropertyGroup> |
3 | 3 | <!--Work around so the conditions work below--> |
4 | 4 | <TargetFrameworks></TargetFrameworks> |
5 | | - <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard1.0;netstandard2.0;Xamarin.iOS10;MonoAndroid71;uap10.0.16299</TargetFrameworks> |
| 5 | + <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard1.0;netstandard2.0;Xamarin.iOS10;MonoAndroid71;MonoAndroid80;MonoAndroid81;uap10.0.16299</TargetFrameworks> |
6 | 6 | <TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.0;netstandard2.0;Xamarin.iOS10;MonoAndroid71;MonoAndroid80;MonoAndroid81;</TargetFrameworks> |
7 | 7 | <AssemblyName>Xamarin.Essentials</AssemblyName> |
8 | 8 | <RootNamespace>Xamarin.Essentials</RootNamespace> |
|
32 | 32 | <PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=868960</PackageProjectUrl> |
33 | 33 | <MDocDocumentationDirectory>$(MSBuildThisFileDirectory)..\docs\en</MDocDocumentationDirectory> |
34 | 34 | <Configurations>Debug;Release;Samples</Configurations> |
35 | | - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
36 | | - <UseShortFileNames>True</UseShortFileNames> |
37 | | - <IntermediateOutputPath>C:\temp</IntermediateOutputPath> |
38 | | - </PropertyGroup> |
| 35 | + </PropertyGroup> |
39 | 36 | <PropertyGroup Condition="'$(Configuration)'=='Samples'"> |
40 | 37 | <DebugType>pdbonly</DebugType> |
41 | 38 | </PropertyGroup> |
|
46 | 43 | <PropertyGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> |
47 | 44 | <DebugType>pdbonly</DebugType> |
48 | 45 | <!-- sourcelink: Declare that the Repository URL can be published to NuSpec --> |
49 | | - <!--<PublishRepositoryUrl>true</PublishRepositoryUrl>--> |
| 46 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
50 | 47 | <!-- sourcelink: Embed source files that are not tracked by the source control manager to the PDB --> |
51 | 48 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
52 | 49 | <!-- sourcelink: Include PDB in the built .nupkg --> |
53 | 50 | <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
54 | 51 | </PropertyGroup> |
55 | | - <!--<ItemGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> |
56 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" /> |
57 | | - </ItemGroup>--> |
| 52 | + <ItemGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> |
| 53 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" /> |
| 54 | + </ItemGroup> |
58 | 55 | <ItemGroup> |
59 | 56 | <None Include="..\nugetreadme.txt" PackagePath="readme.txt" Pack="true" /> |
60 | 57 | <PackageReference Include="mdoc" Version="5.7.4" PrivateAssets="All" /> |
|
76 | 73 | <Name>Windows Mobile Extensions for the UWP</Name> |
77 | 74 | </SDKReference> |
78 | 75 | <Compile Include="**\*.uwp.cs" /> |
79 | | - <!--<Compile Include="**\*.uwp.*.cs" />--> |
| 76 | + <Compile Include="**\*.uwp.*.cs" /> |
80 | 77 | </ItemGroup> |
81 | 78 | <ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) "> |
82 | 79 | <Compile Include="**\*.android.cs" /> |
|
0 commit comments