Skip to content

Commit cd10f1e

Browse files
Allow unsafe code for now. Since some of this is from the 3.0 branch, might want to conditional it out to have a safe assembly.
1 parent d7ecf36 commit cd10f1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RSocket.Core/RSocket.Core.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
</PropertyGroup>
1212

13+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15+
</PropertyGroup>
16+
1317
<ItemGroup>
1418
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />
1519
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.2.0" />

0 commit comments

Comments
 (0)