aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-08-09 16:04:32 -0400
committerGitHub <noreply@github.com>2017-08-09 16:04:32 -0400
commitd0deb755d6651ecd9e2d55a09ad67306268bc6f8 (patch)
tree82576bb950dd9e46c3516bc8e24d20a007ad1fc5
parentc2996935c8a873662e6d301f139c88df8a542ed2 (diff)
parent059724ce264278f4dc4b467906dca4eb01d2a3d9 (diff)
Merge pull request #2801 from MediaBrowser/dev
AllowUnsafeBlocks
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 62f23bb53..8ebd28bf7 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedVersion.cs">