|
1 | 1 | <Project Sdk="MSBuild.Sdk.Extras/3.0.22">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFrameworks>netstandard2.1;xamarinios10;monoandroid10.0;</TargetFrameworks> |
5 |
| - <LangVersion>8.0</LangVersion> |
6 |
| - <Nullable>enable</Nullable> |
7 |
| - <RootNamespace>Notifo.SDK.FirebasePlugin</RootNamespace> |
8 |
| - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
9 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
10 |
| - </PropertyGroup> |
11 |
| - |
12 |
| - <ItemGroup> |
13 |
| - <None Include="logo-squared.png" Pack="true" PackagePath="\" /> |
14 |
| - </ItemGroup> |
15 |
| - |
16 |
| - <PropertyGroup> |
17 |
| - <CodeAnalysisRuleSet>..\..\Notifo.ruleset</CodeAnalysisRuleSet> |
18 |
| - <AssemblyName>Notifo.Xamarin.FirebasePlugin</AssemblyName> |
19 |
| - </PropertyGroup> |
20 |
| - |
21 |
| - <ItemGroup> |
22 |
| - <AdditionalFiles Include="..\..\stylecop.json" Link="stylecop.json" /> |
23 |
| - </ItemGroup> |
24 |
| - |
25 |
| - <ItemGroup> |
26 |
| - <Compile Remove="**\*.netstandard.cs" /> |
27 |
| - <Compile Remove="**\*.android.cs" /> |
28 |
| - <Compile Remove="**\*.ios.cs" /> |
29 |
| - </ItemGroup> |
30 |
| - |
31 |
| - <ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) "> |
32 |
| - <Compile Include="**\*.netstandard.cs" /> |
33 |
| - </ItemGroup> |
34 |
| - |
35 |
| - <ItemGroup Condition=" $(TargetFramework.StartsWith('xamarinios')) "> |
36 |
| - <Compile Include="**\*.ios.cs" /> |
37 |
| - </ItemGroup> |
38 |
| - |
39 |
| - <ItemGroup Condition=" $(TargetFramework.StartsWith('monoandroid')) "> |
40 |
| - <Compile Include="**\*.android.cs" /> |
41 |
| - </ItemGroup> |
42 |
| - |
43 |
| - <ItemGroup> |
44 |
| - <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" /> |
45 |
| - <PackageReference Include="Plugin.FirebasePushNotification" Version="3.3.10" /> |
46 |
| - <PackageReference Include="RefactoringEssentials" Version="5.6.0"> |
47 |
| - <PrivateAssets>all</PrivateAssets> |
48 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
49 |
| - </PackageReference> |
50 |
| - <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
51 |
| - <PrivateAssets>all</PrivateAssets> |
52 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
53 |
| - </PackageReference> |
54 |
| - </ItemGroup> |
55 |
| - |
56 |
| - <ItemGroup> |
57 |
| - <ProjectReference Include="..\Notifo.SDK\Notifo.SDK.Core.csproj" /> |
58 |
| - </ItemGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>netstandard2.1;xamarinios10;monoandroid12.0;</TargetFrameworks> |
| 5 | + <LangVersion>8.0</LangVersion> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + <RootNamespace>Notifo.SDK.FirebasePlugin</RootNamespace> |
| 8 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 9 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 10 | + </PropertyGroup> |
| 11 | + |
| 12 | + <ItemGroup> |
| 13 | + <None Include="logo-squared.png" Pack="true" PackagePath="\" /> |
| 14 | + </ItemGroup> |
| 15 | + |
| 16 | + <PropertyGroup> |
| 17 | + <CodeAnalysisRuleSet>..\..\Notifo.ruleset</CodeAnalysisRuleSet> |
| 18 | + <AssemblyName>Notifo.Xamarin.FirebasePlugin</AssemblyName> |
| 19 | + </PropertyGroup> |
| 20 | + |
| 21 | + <ItemGroup> |
| 22 | + <AdditionalFiles Include="..\..\stylecop.json" Link="stylecop.json" /> |
| 23 | + </ItemGroup> |
| 24 | + |
| 25 | + <ItemGroup> |
| 26 | + <Compile Remove="**\*.netstandard.cs" /> |
| 27 | + <Compile Remove="**\*.android.cs" /> |
| 28 | + <Compile Remove="**\*.ios.cs" /> |
| 29 | + </ItemGroup> |
| 30 | + |
| 31 | + <ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) "> |
| 32 | + <Compile Include="**\*.netstandard.cs" /> |
| 33 | + </ItemGroup> |
| 34 | + |
| 35 | + <ItemGroup Condition=" $(TargetFramework.StartsWith('xamarinios')) "> |
| 36 | + <Compile Include="**\*.ios.cs" /> |
| 37 | + </ItemGroup> |
| 38 | + |
| 39 | + <ItemGroup Condition=" $(TargetFramework.StartsWith('monoandroid')) "> |
| 40 | + <Compile Include="**\*.android.cs" /> |
| 41 | + </ItemGroup> |
| 42 | + |
| 43 | + <ItemGroup> |
| 44 | + <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" /> |
| 45 | + <PackageReference Include="Plugin.FirebasePushNotification" Version="3.4.22" /> |
| 46 | + <PackageReference Include="RefactoringEssentials" Version="5.6.0"> |
| 47 | + <PrivateAssets>all</PrivateAssets> |
| 48 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 49 | + </PackageReference> |
| 50 | + <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
| 51 | + <PrivateAssets>all</PrivateAssets> |
| 52 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 53 | + </PackageReference> |
| 54 | + </ItemGroup> |
| 55 | + |
| 56 | + <ItemGroup> |
| 57 | + <ProjectReference Include="..\Notifo.SDK\Notifo.SDK.Core.csproj" /> |
| 58 | + </ItemGroup> |
59 | 59 | </Project>
|
0 commit comments