aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-09 16:04:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-09 16:04:13 -0400
commit059724ce264278f4dc4b467906dca4eb01d2a3d9 (patch)
tree82576bb950dd9e46c3516bc8e24d20a007ad1fc5
parent7a74c705e584774534b74e11c1ab86144cb454c6 (diff)
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">