Skip to content

Commit dbdb17c

Browse files
committed
Merge branch 'main' into fix/wrap-user-ip-auto-pii
2 parents 22d49d2 + 730ef3a commit dbdb17c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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
@@ -64,9 +65,9 @@
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" />

0 commit comments

Comments
 (0)