From 5d08a79f7bf68c692f8b617714b3b47d4fc38b9a Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Mon, 24 Jan 2022 12:10:32 +0600 Subject: [PATCH] Add nullable tag to csproj --- .../Platform.Data.Doublets.Sequences.Tests.csproj | 1 + .../Platform.Data.Doublets.Sequences.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/csharp/Platform.Data.Doublets.Sequences.Tests/Platform.Data.Doublets.Sequences.Tests.csproj b/csharp/Platform.Data.Doublets.Sequences.Tests/Platform.Data.Doublets.Sequences.Tests.csproj index cdb0711..f1972af 100644 --- a/csharp/Platform.Data.Doublets.Sequences.Tests/Platform.Data.Doublets.Sequences.Tests.csproj +++ b/csharp/Platform.Data.Doublets.Sequences.Tests/Platform.Data.Doublets.Sequences.Tests.csproj @@ -5,6 +5,7 @@ false true latest + enable diff --git a/csharp/Platform.Data.Doublets.Sequences/Platform.Data.Doublets.Sequences.csproj b/csharp/Platform.Data.Doublets.Sequences/Platform.Data.Doublets.Sequences.csproj index 87ba4c0..7078ca3 100644 --- a/csharp/Platform.Data.Doublets.Sequences/Platform.Data.Doublets.Sequences.csproj +++ b/csharp/Platform.Data.Doublets.Sequences/Platform.Data.Doublets.Sequences.csproj @@ -26,6 +26,7 @@ snupkg latest Initial release. + enable