From 0c1a524ebf179bacf6d4118bbe3eaf26df841ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=A4mpfer?= Date: Wed, 3 Jan 2024 17:27:39 +0100 Subject: [PATCH] Disable nullable reference style feature --- src/MSBuild.Sdk.PowerShell/MSBuild.Sdk.PowerShell.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MSBuild.Sdk.PowerShell/MSBuild.Sdk.PowerShell.csproj b/src/MSBuild.Sdk.PowerShell/MSBuild.Sdk.PowerShell.csproj index dbf64cb..f45d33d 100644 --- a/src/MSBuild.Sdk.PowerShell/MSBuild.Sdk.PowerShell.csproj +++ b/src/MSBuild.Sdk.PowerShell/MSBuild.Sdk.PowerShell.csproj @@ -23,7 +23,7 @@ enable - enable + disable 10