summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLlewellyn Pritchard <xacc.ide@gmail.com>2024-02-23 22:27:47 +0200
committerLlewellyn Pritchard <xacc.ide@gmail.com>2024-02-23 22:27:47 +0200
commit794d34fa7927f766488ba3cb4884b07e77300207 (patch)
tree361b00308c5b9b048952aac1a9fbdc529b3aaaf1
parentdcd6359d629fbdc5e5d09fd89b81f7199c10cf55 (diff)
Workaround BinaryFormatter obsoletion for now for .NET 9 compat
-rw-r--r--IronScheme/IronScheme.Console/IronScheme.Console.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/IronScheme/IronScheme.Console/IronScheme.Console.csproj b/IronScheme/IronScheme.Console/IronScheme.Console.csproj
index 77079ced..a30852ad 100644
--- a/IronScheme/IronScheme.Console/IronScheme.Console.csproj
+++ b/IronScheme/IronScheme.Console/IronScheme.Console.csproj
@@ -21,6 +21,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<StartupObject>IronScheme.Console.Program</StartupObject>
<AssemblyName>IronScheme.Console</AssemblyName>
+ <EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>