Skip to content

Commit

Permalink
enable BinaryFormatterSerialization again in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsmits committed Jan 22, 2024
1 parent 9205af6 commit de937ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/firely-net-sdk-tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>

<PropertyGroup>
<ContainsTests>true</ContainsTests>
</PropertyGroup>

<!-- General compiler settings -->
<PropertyGroup>
<LangVersion>11.0</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.1|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit de937ac

Please sign in to comment.