Skip to content

Commit

Permalink
Fixing the targeting of specific versions of Android and iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 committed Jan 31, 2023
1 parent 812abef commit 75c7d91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions doc/GdprInfo.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/GdprInfo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net6.0-ios15.4;net6.0-android33.0</TargetFrameworks>
<TargetFrameworks>net6.0;net6.0-ios;net6.0-android</TargetFrameworks>
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 75c7d91

Please sign in to comment.