diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index cbd51f2..447e16a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -28,15 +28,15 @@ env: SCL_DEPENDENCY_TRACKER_SERVER_URL: ${{ secrets.SCL_DEPENDENCY_TRACKER_SERVER_URL }} SCL_DEPENDENCY_TRACKER_SIGNING_PRIVATE_KEY: ${{ secrets.SCL_DEPENDENCY_TRACKER_SIGNING_PRIVATE_KEY }} - DOTNET_TARGET_WORKLOAD_VERSION: "8.0.402" # dont upgrade this lightheartedly the workload snapshot implicitly defines which versions of Android/iOS/MacCatalyst SDKs are supported + DOTNET_TARGET_WORKLOAD_VERSION: "8.0.405" # dont upgrade this lightheartedly the workload snapshot implicitly defines which versions of Android/iOS/MacCatalyst SDKs are supported BINDINGS_IOS___SDK_VERSION: "18.1" # for xcodebuild BINDINGS_IOS___XCODE_IDE_DEV_PATH: "/Applications/Xcode_16.1.app/Contents/Developer" # for xcodebuild - BINDINGS_IOS___DOTNET_TARGET_PLATFORM_VERSION: "17.0" # for the csproj file + BINDINGS_IOS___DOTNET_TARGET_PLATFORM_VERSION: "18.0" # for the csproj file BINDINGS_MACCATALYST___SDK_VERSION: "15.1" # for xcodebuild BINDINGS_MACCATALYST___XCODE_IDE_DEV_PATH: "/Applications/Xcode_16.1.app/Contents/Developer" # for xcodebuild - BINDINGS_MACCATALYST___DOTNET_TARGET_PLATFORM_VERSION: "17.0" # for the csproj file + BINDINGS_MACCATALYST___DOTNET_TARGET_PLATFORM_VERSION: "18.0" # for the csproj file on: diff --git a/Laerdal.Scripts/Laerdal.targets b/Laerdal.Scripts/Laerdal.targets index 67b46cf..6f62e88 100644 --- a/Laerdal.Scripts/Laerdal.targets +++ b/Laerdal.Scripts/Laerdal.targets @@ -57,16 +57,16 @@ - + - 17.0 + 18.0 14.2 14.2 - 17.0 + 18.0 13.1 13.1