Skip to content

Commit

Permalink
Fixing failure for mac catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
emawby committed Dec 15, 2023
1 parent ad41857 commit 287eded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneSignalSDK.DotNet/OneSignalSDK.DotNet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0-android;net7.0-ios</TargetFrameworks>
<TargetFrameworks>net7.0;net7.0-android;net7.0-ios</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 287eded

Please sign in to comment.