Skip to content

Commit 21d4236

Browse files
committedAug 9, 2024·
fixed for new ios workload
1 parent 4ea3f80 commit 21d4236

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎Softeq.XToolkit.Bindings.iOS/Softeq.XToolkit.Bindings.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0-ios12.0</TargetFramework>
4+
<TargetFramework>net8.0-ios17.0</TargetFramework>
55
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
66
<CreatePackage>false</CreatePackage>
77
</PropertyGroup>

‎Softeq.XToolkit.Common.iOS/Softeq.XToolkit.Common.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0-ios12.0</TargetFramework>
4+
<TargetFramework>net8.0-ios17.0</TargetFramework>
55
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
66
<CreatePackage>false</CreatePackage>
77
</PropertyGroup>

‎azure-pipelines/templates/vars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# https://github.com/actions/runner-images
44

55
variables:
6-
XCODE_VERSION: 15.0.1
7-
DOTNET_SDK_VERSION: 8.0.100
8-
MACOS_VM_IMAGE: 'macos-13'
6+
XCODE_VERSION: 15.4
7+
DOTNET_SDK_VERSION: 8.0.303
8+
MACOS_VM_IMAGE: 'macos-14'

0 commit comments

Comments
 (0)
Please sign in to comment.