From 4eac2cd9fccbc667b56d78af054c708959f8207e Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Wed, 26 Dec 2018 12:47:59 +0100 Subject: [PATCH] Use nullable reference types in the test project --- Parser.Tests/Parser.Tests.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Parser.Tests/Parser.Tests.csproj b/Parser.Tests/Parser.Tests.csproj index 9f96ade..c4a2888 100644 --- a/Parser.Tests/Parser.Tests.csproj +++ b/Parser.Tests/Parser.Tests.csproj @@ -2,6 +2,8 @@ netcoreapp3.0 false + true + 8.0