Skip to content

Commit

Permalink
<Nullable>Enable</Nullable>
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Dec 26, 2024
1 parent 06208c3 commit 7cb8ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FluentHub.App/FluentHub.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE;DISABLE_XAML_GENERATED_MAIN</DefineConstants>
<DefineConstants Condition="'$(Configuration)' != 'Debug'">TRACE;RELEASE;NETFX_CORE;DISABLE_XAML_GENERATED_MAIN</DefineConstants>
<Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize>
<Nullable>Enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Content CopyToOutputDirectory="PreserveNewest" Include="Assets\**" />
Expand Down

0 comments on commit 7cb8ca6

Please sign in to comment.