We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ecf36 commit cd10f1eCopy full SHA for cd10f1e
RSocket.Core/RSocket.Core.csproj
@@ -10,6 +10,10 @@
10
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11
</PropertyGroup>
12
13
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15
+ </PropertyGroup>
16
+
17
<ItemGroup>
18
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />
19
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.2.0" />
0 commit comments