From 08ca8e6483b7ff9b5af699ed702b1465d4f11c74 Mon Sep 17 00:00:00 2001
From: Josh Yaganeh <319444+jyaganeh@users.noreply.github.com>
Date: Tue, 21 Nov 2023 15:41:02 -0800
Subject: [PATCH] Fix Airship.iOS target version
---
.github/workflows/ci.yaml | 2 +-
src/AirshipBindings.iOS/AirshipBindings.iOS.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index fe2d761..801cb7b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- - name: Set up .NET 7.0
+ - name: Set up .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
diff --git a/src/AirshipBindings.iOS/AirshipBindings.iOS.csproj b/src/AirshipBindings.iOS/AirshipBindings.iOS.csproj
index 2d77ecb..4cd022b 100644
--- a/src/AirshipBindings.iOS/AirshipBindings.iOS.csproj
+++ b/src/AirshipBindings.iOS/AirshipBindings.iOS.csproj
@@ -5,7 +5,7 @@
Airship.Net.iOS
Airship iOS SDK
A full suite of mobile engagement tools for building next-generation apps
- net7.0-ios
+ net8.0-ios
enable
true
$(AirshipIosVersion)