We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afd9d0 commit 301cdfaCopy full SHA for 301cdfa
1 file changed
Orm/Xtensive.Orm.Tests/Xtensive.Orm.Tests.csproj
@@ -10,6 +10,7 @@
10
<AssemblyOriginatorKeyFile>$(OrmKeyFile)</AssemblyOriginatorKeyFile>
11
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12
<WarningLevel>2</WarningLevel>
13
+ <EnableUnsafeBinaryFormatterSerialization Condition="'$(TargetFramework)'=='net8.0'">true</EnableUnsafeBinaryFormatterSerialization>
14
</PropertyGroup>
15
<Import Project="$(SolutionDir)MSBuild\DataObjects.Net.InternalBuild.targets" />
16
<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">
0 commit comments