Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jb@evain.net>2019-06-01 00:52:36 +0300
committerJb Evain <jb@evain.net>2019-06-01 00:52:36 +0300
commitda13c6edd2e428b00317746f5500181ede72816b (patch)
treef807b11fad65be4d783a428ab9514b396175e6da /Mono.Cecil.csproj
parent6ad97f853a49f23b557d341818e91768cd159470 (diff)
Remove unsafe code
Diffstat (limited to 'Mono.Cecil.csproj')
-rw-r--r--Mono.Cecil.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mono.Cecil.csproj b/Mono.Cecil.csproj
index 3129b8f..d374551 100644
--- a/Mono.Cecil.csproj
+++ b/Mono.Cecil.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="ProjectInfo.cs" />