File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
samples/Sentry.Samples.Ios
test/Sentry.Maui.Device.TestApp Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net9.0-ios</TargetFramework >
5+ <TargetPlatformVersion >18</TargetPlatformVersion >
56 <OutputType >Exe</OutputType >
67 <Nullable >enable</Nullable >
78 <ImplicitUsings >true</ImplicitUsings >
Original file line number Diff line number Diff line change 44 <TargetFrameworks ></TargetFrameworks >
55 <TargetFrameworks Condition =" '$(NO_ANDROID)' == ''" >$(TargetFrameworks);net8.0-android;net9.0-android</TargetFrameworks >
66 <TargetFrameworks Condition =" '$(NO_IOS)' == '' And $([MSBuild]::IsOSPlatform('OSX'))" >$(TargetFrameworks);net8.0-ios;net9.0-ios</TargetFrameworks >
7+ <!-- Pin target iOS version so that our tests don't break when new versions of Xcode are released.
8+ 'net8.0-ios' resolves the latest version of the iOS SDK otherwise. -->
9+ <TargetPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >18</TargetPlatformVersion >
710 <UseMaui >true</UseMaui >
811 <!-- Currently broken on .NET 7, see
912 - https://github.com/dotnet/maui/issues/18573
You can’t perform that action at this time.
0 commit comments