Skip to content

Commit

Permalink
Enable nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Feb 1, 2024
1 parent 90d1d3a commit a82bcb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Blorc.OpenIdConnect/Blorc.OpenIdConnect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -78,4 +79,4 @@
<Touch Files="node_modules/.install-stamp" AlwaysCreate="true" />
</Target>

</Project>
</Project>

0 comments on commit a82bcb1

Please sign in to comment.