From a0cb62fb3631ee235bf9b0b63df757e06c3d7e80 Mon Sep 17 00:00:00 2001 From: Albert Bosma Date: Tue, 9 Jan 2024 16:52:36 +0100 Subject: [PATCH] Updated TargetFramework to net7.0-ios --- iOS/SwiftRuntimeSupport/build.cake | 2 +- .../source/SwiftRuntimeSupport.csproj | 24 ++++--------------- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/iOS/SwiftRuntimeSupport/build.cake b/iOS/SwiftRuntimeSupport/build.cake index b9e2095d9..f78b69fe1 100644 --- a/iOS/SwiftRuntimeSupport/build.cake +++ b/iOS/SwiftRuntimeSupport/build.cake @@ -3,7 +3,7 @@ var TARGET = Argument ("t", Argument ("target", "ci")); -var SWIFT_RUNTIME_SUPPORT_VERSION = "0.2.2"; +var SWIFT_RUNTIME_SUPPORT_VERSION = "0.2.3"; var SWIFT_RUNTIME_SUPPORT_NUGET_VERSION = SWIFT_RUNTIME_SUPPORT_VERSION; Task ("externals") diff --git a/iOS/SwiftRuntimeSupport/source/SwiftRuntimeSupport.csproj b/iOS/SwiftRuntimeSupport/source/SwiftRuntimeSupport.csproj index 18c7670b4..f63e8402e 100644 --- a/iOS/SwiftRuntimeSupport/source/SwiftRuntimeSupport.csproj +++ b/iOS/SwiftRuntimeSupport/source/SwiftRuntimeSupport.csproj @@ -1,11 +1,7 @@ - - + - Xamarin.iOS10 + net7.0-ios true - Xamarin.iOS.SwiftRuntimeSupport - Resources - Xamarin.iOS.SwiftRuntimeSupport @@ -18,7 +14,7 @@ https://go.microsoft.com/fwlink/?linkid=2092210 LICENSE.md true - 0.2.2 + 0.2.3 @@ -28,19 +24,7 @@ - - - - - - - - - - - - - + \ No newline at end of file