11
11
<UsingMauiEssentials >true</UsingMauiEssentials >
12
12
<SingleProject >true</SingleProject >
13
13
<ImplicitUsings >enable</ImplicitUsings >
14
- <Version >5.0.6 </Version >
14
+ <Version >5.0.7 </Version >
15
15
<!-- Display name -->
16
16
<ApplicationTitle >Contoso.MAUI.Demo</ApplicationTitle >
17
17
<!-- App Identifier -->
18
18
<ApplicationId >com.microsoft.appcenter.Contoso.MAUI.Demo</ApplicationId >
19
19
<ApplicationIdGuid >d7a06185-3470-4ae9-8a6f-27a861f146b2</ApplicationIdGuid >
20
- <SupportedOSPlatformVersion
21
- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >14.2</SupportedOSPlatformVersion >
22
- <SupportedOSPlatformVersion
23
- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >14.0</SupportedOSPlatformVersion >
24
- <SupportedOSPlatformVersion
25
- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
26
- <SupportedOSPlatformVersion
27
- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
20
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >14.2</SupportedOSPlatformVersion >
21
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >14.0</SupportedOSPlatformVersion >
22
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
23
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
28
24
10.0.17763.0</SupportedOSPlatformVersion >
29
- <TargetPlatformMinVersion
30
- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
25
+ <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
31
26
10.0.17763.0</TargetPlatformMinVersion >
32
- <SupportedOSPlatformVersion
33
- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'" >6.5</SupportedOSPlatformVersion >
27
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'" >6.5</SupportedOSPlatformVersion >
34
28
<Configurations >Debug;Release;GooglePlay</Configurations >
35
29
</PropertyGroup >
36
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'GooglePlay|AnyCPU' " >
44
38
<NoWarn ></NoWarn >
45
39
<NoStdLib >false</NoStdLib >
46
40
</PropertyGroup >
47
- <PropertyGroup
48
- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >
41
+ <PropertyGroup Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >
49
42
<RuntimeIdentifier >iossimulator-x64</RuntimeIdentifier >
50
43
<ForceSimulatorX64ArchitectureInIDE >true</ForceSimulatorX64ArchitectureInIDE >
51
44
</PropertyGroup >
52
45
<ItemGroup >
53
46
<!-- App Icon -->
54
- <MauiIcon Include =" Resources\AppIcon\appicon.svg"
55
- ForegroundFile =" Resources\AppIcon\appiconfg.svg" Color =" #512BD4" />
47
+ <MauiIcon Include =" Resources\AppIcon\appicon.svg" ForegroundFile =" Resources\AppIcon\appiconfg.svg" Color =" #512BD4" />
56
48
<!-- Splash Screen -->
57
49
<MauiSplashScreen Include =" Resources\Splash\splash.svg" Color =" #512BD4" BaseSize =" 128,128" />
58
50
<!-- Images -->
71
63
<None Remove =" Platforms\iOS\Resources\Images\lightning.png" />
72
64
<None Remove =" Platforms\iOS\Resources\Images\socket.png" />
73
65
</ItemGroup >
74
-
75
66
<ItemGroup Condition =" '$(Configuration)'=='Release' " >
76
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.6 " />
77
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.6 " />
67
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.7 " />
68
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.7 " />
78
69
</ItemGroup >
79
70
<ItemGroup Condition =" '$(Configuration)'!='GooglePlay' " >
80
- <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.6 " />
71
+ <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.7 " />
81
72
</ItemGroup >
82
73
<ItemGroup Condition =" '$(Configuration)'=='GooglePlay' " >
83
- <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.6 " />
74
+ <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.7 " />
84
75
</ItemGroup >
85
-
86
76
<!-- When using debug build specify the target framework to import appropriate platform SDKs otherwise build wont compile.
87
77
e.g. dotnet build -t:Run -f net8.0-android -c Debug -p:TargetFrameworks=net8.0-android -->
88
-
89
- <ItemGroup
90
- Condition =" '$(Configuration)'=='Debug' And !$(TargetFramework.Contains('-android')) " >
91
- <ProjectReference
92
- Include =" ..\..\SDK\AppCenter\Microsoft.AppCenter.Apple\Microsoft.AppCenter.Apple.csproj" />
93
- <ProjectReference
94
- Include =" ..\..\SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.Apple\Microsoft.AppCenter.Analytics.Apple.csproj" />
95
- <ProjectReference
96
- Include =" ..\..\SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Apple\Microsoft.AppCenter.Crashes.Apple.csproj" />
97
- <ProjectReference
98
- Condition =" $(TargetFramework.Contains('-ios')) "
99
- Include =" ..\..\SDK\AppCenterDistribute\Microsoft.AppCenter.Distribute.Apple\Microsoft.AppCenter.Distribute.Apple.csproj" />
78
+ <ItemGroup Condition =" '$(Configuration)'=='Debug' And !$(TargetFramework.Contains('-android')) " >
79
+ <ProjectReference Include =" ..\..\SDK\AppCenter\Microsoft.AppCenter.Apple\Microsoft.AppCenter.Apple.csproj" />
80
+ <ProjectReference Include =" ..\..\SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.Apple\Microsoft.AppCenter.Analytics.Apple.csproj" />
81
+ <ProjectReference Include =" ..\..\SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Apple\Microsoft.AppCenter.Crashes.Apple.csproj" />
82
+ <ProjectReference Condition =" $(TargetFramework.Contains('-ios')) " Include =" ..\..\SDK\AppCenterDistribute\Microsoft.AppCenter.Distribute.Apple\Microsoft.AppCenter.Distribute.Apple.csproj" />
100
83
</ItemGroup >
101
-
102
- <ItemGroup
103
- Condition =" '$(Configuration)'=='Debug' And $(TargetFramework.Contains('-android'))" >
104
- <ProjectReference
105
- Include =" ..\..\SDK\AppCenter\Microsoft.AppCenter.Android\Microsoft.AppCenter.Android.csproj" />
106
- <ProjectReference
107
- Include =" ..\..\SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.Android\Microsoft.AppCenter.Analytics.Android.csproj" />
108
- <ProjectReference
109
- Include =" ..\..\SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Android\Microsoft.AppCenter.Crashes.Android.csproj" />
110
- <ProjectReference
111
- Include =" ..\..\SDK\AppCenterDistribute\Microsoft.AppCenter.Distribute.Android\Microsoft.AppCenter.Distribute.Android.csproj" />
84
+ <ItemGroup Condition =" '$(Configuration)'=='Debug' And $(TargetFramework.Contains('-android'))" >
85
+ <ProjectReference Include =" ..\..\SDK\AppCenter\Microsoft.AppCenter.Android\Microsoft.AppCenter.Android.csproj" />
86
+ <ProjectReference Include =" ..\..\SDK\AppCenterAnalytics\Microsoft.AppCenter.Analytics.Android\Microsoft.AppCenter.Analytics.Android.csproj" />
87
+ <ProjectReference Include =" ..\..\SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Android\Microsoft.AppCenter.Crashes.Android.csproj" />
88
+ <ProjectReference Include =" ..\..\SDK\AppCenterDistribute\Microsoft.AppCenter.Distribute.Android\Microsoft.AppCenter.Distribute.Android.csproj" />
112
89
</ItemGroup >
113
-
114
90
</Project >
0 commit comments