aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-06-29 16:47:49 -0400
committerGitHub <noreply@github.com>2016-06-29 16:47:49 -0400
commit16ea481a06cadcbcd071763185092e00844d2fab (patch)
tree79160659b19bc54ebfdb8f772d7eeb12f514445a
parent2480333a8de5da4058a88ac243446a0ab368fc41 (diff)
parent057da4e1fa132b952cb28251135ec571b03ea1ba (diff)
Merge pull request #1890 from MediaBrowser/dev
update mono project
-rw-r--r--MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj
index af2df6056..812aee435 100644
--- a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj
+++ b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj
@@ -34,6 +34,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<Externalconsole>true</Externalconsole>
<Prefer32Bit>false</Prefer32Bit>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>false</Optimize>
@@ -51,6 +52,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Mono|x86'">
<Prefer32Bit>false</Prefer32Bit>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">