Skip to content

Commit

Permalink
Disable nullable reference style feature
Browse files Browse the repository at this point in the history
  • Loading branch information
skaempfer committed Jan 3, 2024
1 parent 12225ba commit 0c1a524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MSBuild.Sdk.PowerShell/MSBuild.Sdk.PowerShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>disable</Nullable>
<LangVersion>10</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 0c1a524

Please sign in to comment.