File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
test/Sentry.Maui.Device.TestApp Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 <TargetFrameworks />
55 <TargetFrameworks Condition =" '$(NO_ANDROID)' == ''" >$(TargetFrameworks);net8.0-android34.0</TargetFrameworks >
66 <TargetFrameworks Condition =" '$(NO_IOS)' == '' And $([MSBuild]::IsOSPlatform('OSX'))" >$(TargetFrameworks);net8.0-ios17.0</TargetFrameworks >
7+ <UseMaui >true</UseMaui >
78 <!-- Currently broken on .NET 7, see
89 - https://github.com/dotnet/maui/issues/18573
910 - https://developercommunity.visualstudio.com/t/MAUI0000:-SystemMissingMethodException:/10505327?sort=newest&ftype=problem
6465 </PropertyGroup >
6566
6667 <ItemGroup >
67- <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.83 " />
68- <PackageReference Include =" Microsoft.Maui.Core" Version =" 8.0.83 " />
69- <PackageReference Include =" Microsoft.Maui.Essentials" Version =" 8.0.83 " />
68+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion) " />
69+ <PackageReference Include =" Microsoft.Maui.Core" Version =" $(MauiVersion) " />
70+ <PackageReference Include =" Microsoft.Maui.Essentials" Version =" $(MauiVersion) " />
7071
7172 <!-- https://github.com/advisories/GHSA-5f2m-466j-3848 -->
7273 <PackageReference Include =" System.Private.Uri" Version =" 4.3.2" />
You can’t perform that action at this time.
0 commit comments