Skip to content

Commit

Permalink
Remove unused runtime features (#5380)
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams authored Mar 7, 2023
1 parent 9272ee5 commit 0491250
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Nethermind/Nethermind.Runner/Nethermind.Runner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<TieredPGO>true</TieredPGO>
</PropertyGroup>

<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
<EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" />
<PackageReference Include="AspNetCore.HealthChecks.UI" />
Expand Down

0 comments on commit 0491250

Please sign in to comment.