|
28 | 28 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
29 | 29 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
30 | 30 | <PackageProjectUrl>https://github.com/xamarin/XamarinCommunityToolkit</PackageProjectUrl>
|
31 |
| - <DebugType>portable</DebugType> |
32 | 31 | <Configurations>Debug;Release</Configurations>
|
33 | 32 | <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
34 | 33 | </PropertyGroup>
|
|
39 | 38 | <PropertyGroup Condition=" '$(Configuration)'=='Release' ">
|
40 | 39 | <!-- Manage TargetFrameworks for distribution (Release Mode) -->
|
41 | 40 | </PropertyGroup>
|
42 |
| - <PropertyGroup Condition=" '$(Configuration)'=='Release' AND '$(OS)' == 'Windows_NT' "> |
43 |
| - <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> |
44 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
45 |
| - <!-- Embed source files that are not tracked by the source control manager in the PDB --> |
46 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
47 |
| - <!-- Build symbol package (.snupkg) to distribute the PDB containing Source Link --> |
48 |
| - <IncludeSymbols>true</IncludeSymbols> |
49 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
50 |
| - </PropertyGroup> |
51 | 41 | <PropertyGroup Condition=" $(TargetFramework.StartsWith('netcoreapp')) AND '$(OS)' == 'Windows_NT' ">
|
52 | 42 | <UseWPF>true</UseWPF>
|
53 | 43 | <UseWindowsForms>true</UseWindowsForms>
|
|
67 | 57 | <PropertyGroup Condition=" '$(TargetFramework)' == 'uap10.0.19041' ">
|
68 | 58 | <DefineConstants>$(DefineConstants);UWP_19041;UWP_18362;UWP_16299;UWP_14393</DefineConstants>
|
69 | 59 | </PropertyGroup>
|
70 |
| - <ItemGroup Condition=" '$(Configuration)'=='Release' "> |
71 |
| - <!-- Manage Xamarin.Forms version for distribution --> |
72 |
| - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
73 |
| - </ItemGroup> |
74 | 60 | <ItemGroup>
|
75 | 61 | <Compile Include="**/*.shared.cs" />
|
76 | 62 | <Compile Include="**/*.shared.*.cs" />
|
77 | 63 | <None Include="..\..\..\LICENSE" PackagePath="" Pack="true" />
|
78 | 64 | <None Include="..\..\..\assets\XamarinCommunityToolkit_128x128.png" PackagePath="icon.png" Pack="true" />
|
79 | 65 | <PackageReference Include="Xamarin.Forms" Version="5.0.0.1874" />
|
| 66 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/> |
80 | 67 | </ItemGroup>
|
81 | 68 | <ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
82 | 69 | <Compile Include="**/*.netstandard.cs" />
|
|
0 commit comments