From 832837cee281ee77053bb5e452eb7c3fc90ffa44 Mon Sep 17 00:00:00 2001 From: Luis von der Eltz Date: Sun, 7 Feb 2021 17:27:57 +0100 Subject: [PATCH] Enable nullable for Apple project --- DesktopNotifications.Apple/DesktopNotifications.Apple.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj b/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj index a2bf4d0..4cfdb39 100644 --- a/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj +++ b/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj @@ -2,6 +2,7 @@ netcoreapp3.1 + enable