simplify null ref type config

This commit is contained in:
Collin M. Barrett 2019-07-05 14:36:52 -05:00
parent 6ad5cedfab
commit 97b86eea2b
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<NullableContextOptions>enable</NullableContextOptions>
<Authors>Collin M. Barrett</Authors>
<Company>Collin M. Barrett</Company>
<Product>FilterLists</Product>

View file

@ -5,7 +5,6 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<NullableContextOptions>enable</NullableContextOptions>
<Authors>Collin M. Barrett</Authors>
<Company>Collin M. Barrett</Company>
<Product>FilterLists</Product>