Skip to content

Commit 6b4723a

Browse files
committed
Remove unsupported $(NullableContextOptions) property settings
- newer `csc` errors out if this is used
1 parent 24e5be4 commit 6b4723a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Mvc/Mvc.Analyzers/src/Microsoft.AspNetCore.Mvc.Analyzers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<IncludeBuildOutput>false</IncludeBuildOutput>
1010
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1111
<NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile>
12-
<NullableContextOptions>enable</NullableContextOptions>
1312
<Nullable>enable</Nullable>
1413
</PropertyGroup>
1514

src/Mvc/Mvc.Api.Analyzers/src/Microsoft.AspNetCore.Mvc.Api.Analyzers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<IncludeBuildOutput>false</IncludeBuildOutput>
1010
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1111
<NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile>
12-
<NullableContextOptions>enable</NullableContextOptions>
1312
<Nullable>enable</Nullable>
1413
</PropertyGroup>
1514

0 commit comments

Comments
 (0)