Skip to content

Commit

Permalink
编译类型允许不安全代码
Browse files Browse the repository at this point in the history
  • Loading branch information
cdy816 committed Mar 14, 2021
1 parent 67bd7b3 commit d99bc0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Proxy/DBHighApi.Client/DBHighApi.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Common\Cdy.Tag.Network\Cdy.Tag.Network.csproj" />
<ProjectReference Include="..\..\Common\Cdy.Tag\Cdy.Tag.csproj" />
Expand Down

0 comments on commit d99bc0c

Please sign in to comment.