From a0632d4a7ea119f482cd65b5f46e93d19be1c936 Mon Sep 17 00:00:00 2001 From: Simon G Date: Sat, 10 Apr 2021 12:18:30 +0200 Subject: [PATCH] - enable nullable --- Lib.Driver/Lib.Driver.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib.Driver/Lib.Driver.csproj b/Lib.Driver/Lib.Driver.csproj index cbfa581..d9bcfcd 100644 --- a/Lib.Driver/Lib.Driver.csproj +++ b/Lib.Driver/Lib.Driver.csproj @@ -2,6 +2,7 @@ net5.0 + enable