|
1 |
| -<Project Sdk="MSBuild.Sdk.Extras/2.0.54"> |
2 |
| - <PropertyGroup> |
3 |
| - <TargetFrameworks>netstandard2.0;Xamarin.iOS10;MonoAndroid90;MonoAndroid10.0;</TargetFrameworks> |
4 |
| - <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);uap10.0.17763</TargetFrameworks> |
| 1 | +<Project Sdk="MSBuild.Sdk.Extras/3.0.44"> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFrameworks>netstandard2.0;Xamarin.iOS10;MonoAndroid10.0;</TargetFrameworks> |
| 4 | + <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);uap10.0.18362</TargetFrameworks> |
5 | 5 | <AssemblyName>HtmlLabel.Forms.Plugin</AssemblyName>
|
6 |
| - <RootNamespace>LabelHtml.Forms.Plugin</RootNamespace> |
7 |
| - <PackageId>Xam.Plugin.HtmlLabel</PackageId> |
8 |
| - <Product>HtmlLabel.Forms.Plugin</Product> |
9 |
| - <PackageIcon>icon.png</PackageIcon> |
10 |
| - <Summary>Xam.Plugin.HtmlLabel: display HTML content in labels</Summary> |
11 |
| - <PackageTags>xamarin, windows, uwp, ios, android, xamarin.forms, Xamarin.HtmlLabel, html</PackageTags> |
12 |
| - <Title>Xam.Plugin.HtmlLabel</Title> |
13 |
| - <Description>Xam.Plugin.HtmlLabel: display HTML content in labels</Description> |
14 |
| - <Product>$(AssemblyName) ($(TargetFramework))</Product> |
15 |
| - <PackageVersion>$(Version)$(VersionSuffix)</PackageVersion> |
16 |
| - <Authors>Matteo Bortolazzo</Authors> |
17 |
| - <Owners>Matteo Bortolazzo</Owners> |
18 |
| - <NeutralLanguage>en</NeutralLanguage> |
19 |
| - <Copyright>© Matteo Bortolazzo. All rights reserved.</Copyright> |
20 |
| - <RepositoryUrl>https://github.com/matteobortolazzo/HtmlLabelPlugin</RepositoryUrl> |
21 |
| - <DefineConstants>$(DefineConstants);</DefineConstants> |
22 |
| - <UseFullSemVerForNuGet>false</UseFullSemVerForNuGet> |
23 |
| - <EnableDefaultCompileItems>false</EnableDefaultCompileItems> |
24 |
| - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
25 |
| - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
26 |
| - <PackageProjectUrl>https://github.com/matteobortolazzo/HtmlLabelPlugin</PackageProjectUrl> |
27 |
| - <DebugType>portable</DebugType> |
28 |
| - <Configurations>Debug;Release</Configurations> |
29 |
| - <LangVersion>8.0</LangVersion> |
30 |
| - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
31 |
| - </PropertyGroup> |
32 |
| - |
33 |
| - <PropertyGroup Condition=" '$(Configuration)'=='Debug' "> |
34 |
| - <DebugSymbols>true</DebugSymbols> |
35 |
| - </PropertyGroup> |
36 |
| - |
37 |
| - <PropertyGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> |
38 |
| - <!-- sourcelink: Declare that the Repository URL can be published to NuSpec --> |
39 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
40 |
| - <!-- sourcelink: Embed source files that are not tracked by the source control manager to the PDB --> |
41 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
42 |
| - <!-- sourcelink: Include PDB in the built .nupkg --> |
43 |
| - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
44 |
| - </PropertyGroup> |
45 |
| - |
46 |
| - <ItemGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> |
47 |
| - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
48 |
| - </ItemGroup> |
49 |
| - |
50 |
| - <ItemGroup> |
51 |
| - <None Include="..\..\LICENSE" PackagePath="" Pack="true" /> |
52 |
| - <None Include="..\..\Assets\icon.png" PackagePath="" Pack="true" /> |
53 |
| - <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0"> |
54 |
| - <PrivateAssets>all</PrivateAssets> |
55 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
56 |
| - </PackageReference> |
57 |
| - <PackageReference Include="Xamarin.Forms" Version="4.8.0.1451" /> |
58 |
| - <PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" /> |
59 |
| - <Compile Include="Shared\*.cs" /> |
60 |
| - </ItemGroup> |
61 |
| - |
| 6 | + <RootNamespace>LabelHtml.Forms.Plugin</RootNamespace> |
| 7 | + <PackageId>Xam.Plugin.HtmlLabel</PackageId> |
| 8 | + <Product>HtmlLabel.Forms.Plugin</Product> |
| 9 | + <PackageIcon>icon.png</PackageIcon> |
| 10 | + <Summary>Xam.Plugin.HtmlLabel: display HTML content in labels</Summary> |
| 11 | + <PackageTags>xamarin, windows, uwp, ios, android, xamarin.forms, Xamarin.HtmlLabel, html</PackageTags> |
| 12 | + <Title>Xam.Plugin.HtmlLabel</Title> |
| 13 | + <Description>Xam.Plugin.HtmlLabel: display HTML content in labels</Description> |
| 14 | + <Product>$(AssemblyName) ($(TargetFramework))</Product> |
| 15 | + <PackageVersion>$(Version)$(VersionSuffix)</PackageVersion> |
| 16 | + <Authors>Matteo Bortolazzo</Authors> |
| 17 | + <Owners>Matteo Bortolazzo</Owners> |
| 18 | + <NeutralLanguage>en</NeutralLanguage> |
| 19 | + <Copyright>© Matteo Bortolazzo. All rights reserved.</Copyright> |
| 20 | + <RepositoryUrl>https://github.com/matteobortolazzo/HtmlLabelPlugin</RepositoryUrl> |
| 21 | + <DefineConstants>$(DefineConstants);</DefineConstants> |
| 22 | + <UseFullSemVerForNuGet>false</UseFullSemVerForNuGet> |
| 23 | + <EnableDefaultCompileItems>false</EnableDefaultCompileItems> |
| 24 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 25 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 26 | + <PackageProjectUrl>https://github.com/matteobortolazzo/HtmlLabelPlugin</PackageProjectUrl> |
| 27 | + <DebugType>portable</DebugType> |
| 28 | + <Configurations>Debug;Release</Configurations> |
| 29 | + <LangVersion>8.0</LangVersion> |
| 30 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 31 | + </PropertyGroup> |
| 32 | + |
| 33 | + <PropertyGroup Condition=" '$(Configuration)'=='Debug' "> |
| 34 | + <DebugSymbols>true</DebugSymbols> |
| 35 | + </PropertyGroup> |
| 36 | + |
| 37 | + <PropertyGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> |
| 38 | + <!-- sourcelink: Declare that the Repository URL can be published to NuSpec --> |
| 39 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 40 | + <!-- sourcelink: Embed source files that are not tracked by the source control manager to the PDB --> |
| 41 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 42 | + <!-- sourcelink: Include PDB in the built .nupkg --> |
| 43 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 44 | + </PropertyGroup> |
| 45 | + |
| 46 | + <PropertyGroup Condition=" '$(OS)' == 'Windows_NT' "> |
| 47 | + <TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion> |
| 48 | + <TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion> |
| 49 | + </PropertyGroup> |
| 50 | + |
| 51 | + <ItemGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> |
| 52 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
| 53 | + </ItemGroup> |
| 54 | + |
| 55 | + <ItemGroup> |
| 56 | + <None Include="..\..\LICENSE" PackagePath="" Pack="true" /> |
| 57 | + <None Include="..\..\Assets\icon.png" PackagePath="" Pack="true" /> |
| 58 | + <PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" /> |
| 59 | + <PackageReference Include="Xamarin.Essentials" Version="1.7.0" /> |
| 60 | + <Compile Include="Shared\*.cs" /> |
| 61 | + </ItemGroup> |
| 62 | + |
62 | 63 | <ItemGroup Condition=" $(TargetFramework.StartsWith('uap10.0')) ">
|
63 |
| - <PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1" /> |
64 |
| - <Compile Include="UWP\*.cs" /> |
65 |
| - </ItemGroup> |
66 |
| - |
| 64 | + <PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1" /> |
| 65 | + <Compile Include="UWP\*.cs" /> |
| 66 | + </ItemGroup> |
| 67 | + |
67 | 68 | <ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
|
68 |
| - <Compile Include="Android\*.cs" /> |
| 69 | + <Compile Include="Android\*.cs" /> |
69 | 70 | </ItemGroup>
|
70 | 71 |
|
71 |
| - <ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) "> |
72 |
| - <Compile Include="iOS\*.cs" /> |
73 |
| - </ItemGroup> |
| 72 | + <ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) "> |
| 73 | + <Compile Include="iOS\*.cs" /> |
| 74 | + </ItemGroup> |
74 | 75 | </Project>
|
0 commit comments