Browse Source

Fix MobileSandbox.iOS TFM (#13017)

pull/13020/head
Julien Lebosquain 2 years ago
committed by GitHub
parent
commit
6d4a5031cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      samples/MobileSandbox.iOS/MobileSandbox.iOS.csproj

2
samples/MobileSandbox.iOS/MobileSandbox.iOS.csproj

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<ProvisioningType>manual</ProvisioningType>
<TargetFramework>net6.0-ios</TargetFramework>
<TargetFramework>net7.0-ios</TargetFramework>
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save