Skip to content

Commit

Permalink
the test cases require unsafe code now because of the new tests for s…
Browse files Browse the repository at this point in the history
…erialize/deserialize
  • Loading branch information
ericsink committed Nov 10, 2023
1 parent 75c1c0b commit 07eee75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net461;netcoreapp3.1;net6.0;net6.0-windows</TargetFrameworks>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net461' ">
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net461' ">
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
Expand Down

0 comments on commit 07eee75

Please sign in to comment.