Skip to content

Commit 6144d07

Browse files
committed
Fix
1 parent c35133f commit 6144d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ChatGPT.UI.Android/ChatGPT.UI.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0-android</TargetFramework>
4+
<TargetFramework>net8.0-android34.0</TargetFramework>
55
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
66
<Nullable>enable</Nullable>
77
<ApplicationId>com.chatgpt.android</ApplicationId>

src/ChatGPT.UI.iOS/ChatGPT.UI.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0-ios</TargetFramework>
4+
<TargetFramework>net8.0-ios17.0</TargetFramework>
55
<SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
66
<ProvisioningType>manual</ProvisioningType>
77
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)