Skip to content

Commit

Permalink
CONFIG: Disable Implicit usings and nullable.
Browse files Browse the repository at this point in the history
  • Loading branch information
LBoullosa committed Feb 4, 2024
1 parent 60050ae commit 250c0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STX.Serialization.POC/STX.Serialization.POC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 250c0b2

Please sign in to comment.