Skip to content

Commit

Permalink
add non-nullable references support
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarolf committed Jan 26, 2021
1 parent eca88d5 commit ed19dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<IsProductComponent>false</IsProductComponent>
<UseWpf>true</UseWpf>
<UseWindowsForms>true</UseWindowsForms>
<Nullable>enable</Nullable>
<LangVersion>9</LangVersion>
</PropertyGroup>

<!-- Package References -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<IsProductComponent>false</IsProductComponent>
<UseWpf>true</UseWpf>
<Nullable>enable</Nullable>
<LangVersion>9</LangVersion>

<!-- VSIX -->
<CreateVsixContainer>false</CreateVsixContainer>
Expand Down

0 comments on commit ed19dfd

Please sign in to comment.