Skip to content

Commit

Permalink
Fix Airship.iOS target version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh committed Nov 21, 2023
1 parent 5037bc0 commit 08ca8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/AirshipBindings.iOS/AirshipBindings.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Airship.Net.iOS</AssemblyName>
<AssemblyTitle>Airship iOS SDK</AssemblyTitle>
<Description>A full suite of mobile engagement tools for building next-generation apps</Description>
<TargetFramework>net7.0-ios</TargetFramework>
<TargetFramework>net8.0-ios</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<AssemblyVersion>$(AirshipIosVersion)</AssemblyVersion>
Expand Down

0 comments on commit 08ca8e6

Please sign in to comment.