1111 <UsingMauiEssentials >true</UsingMauiEssentials >
1212 <SingleProject >true</SingleProject >
1313 <ImplicitUsings >enable</ImplicitUsings >
14- <Version >5.0.6 </Version >
14+ <Version >5.0.7 </Version >
1515 <!-- Display name -->
1616 <ApplicationTitle >Contoso.MAUI.Demo</ApplicationTitle >
1717 <!-- App Identifier -->
1818 <ApplicationId >com.microsoft.appcenter.Contoso.MAUI.Demo</ApplicationId >
1919 <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'" >
2824 10.0.17763.0</SupportedOSPlatformVersion >
29- <TargetPlatformMinVersion
30- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
25+ <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
3126 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 >
3428 <Configurations >Debug;Release;GooglePlay</Configurations >
3529 </PropertyGroup >
3630 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'GooglePlay|AnyCPU' " >
4438 <NoWarn ></NoWarn >
4539 <NoStdLib >false</NoStdLib >
4640 </PropertyGroup >
47- <PropertyGroup
48- Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >
41+ <PropertyGroup Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >
4942 <RuntimeIdentifier >iossimulator-x64</RuntimeIdentifier >
5043 <ForceSimulatorX64ArchitectureInIDE >true</ForceSimulatorX64ArchitectureInIDE >
5144 </PropertyGroup >
5245 <ItemGroup >
5346 <!-- 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" />
5648 <!-- Splash Screen -->
5749 <MauiSplashScreen Include =" Resources\Splash\splash.svg" Color =" #512BD4" BaseSize =" 128,128" />
5850 <!-- Images -->
7163 <None Remove =" Platforms\iOS\Resources\Images\lightning.png" />
7264 <None Remove =" Platforms\iOS\Resources\Images\socket.png" />
7365 </ItemGroup >
74-
7566 <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 " />
7869 </ItemGroup >
7970 <ItemGroup Condition =" '$(Configuration)'!='GooglePlay' " >
80- <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.6 " />
71+ <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.7 " />
8172 </ItemGroup >
8273 <ItemGroup Condition =" '$(Configuration)'=='GooglePlay' " >
83- <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.6 " />
74+ <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.7 " />
8475 </ItemGroup >
85-
8676 <!-- When using debug build specify the target framework to import appropriate platform SDKs otherwise build wont compile.
8777 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" />
10083 </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" />
11289 </ItemGroup >
113-
11490</Project >
0 commit comments