Skip to content

Commit

Permalink
Allow binaryserializer for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed May 17, 2023
1 parent 5f8cc93 commit 916d8ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Eto/Eto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<LangVersion>10</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors Condition="$(Configuration) == 'Release'">true</TreatWarningsAsErrors>
<!--TODO: get rid of this and replace its usage with xml serializer. See https://github.com/picoe/Eto/pull/2439 for more info -->
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>
<PropertyGroup>
<PackageId>Eto.Forms</PackageId>
Expand Down

0 comments on commit 916d8ff

Please sign in to comment.