From 75c7d91b2647c9c9c3979c0deeee1168ea4fae06 Mon Sep 17 00:00:00 2001 From: Joonas Griesinger Date: Tue, 31 Jan 2023 22:01:06 +0100 Subject: [PATCH] Fixing the targeting of specific versions of Android and iOS. --- doc/GdprInfo.xml | 12 ++++++++++++ src/GdprInfo.csproj | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/GdprInfo.xml b/doc/GdprInfo.xml index ae00a4c..c3f781d 100644 --- a/doc/GdprInfo.xml +++ b/doc/GdprInfo.xml @@ -130,5 +130,17 @@ + + + + + + + + + + + + diff --git a/src/GdprInfo.csproj b/src/GdprInfo.csproj index 07c42c3..5c40153 100644 --- a/src/GdprInfo.csproj +++ b/src/GdprInfo.csproj @@ -1,7 +1,7 @@  - net6.0;net6.0-ios15.4;net6.0-android33.0 + net6.0;net6.0-ios;net6.0-android true true enable