diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-08-09 16:04:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-09 16:04:32 -0400 |
| commit | d0deb755d6651ecd9e2d55a09ad67306268bc6f8 (patch) | |
| tree | 82576bb950dd9e46c3516bc8e24d20a007ad1fc5 | |
| parent | c2996935c8a873662e6d301f139c88df8a542ed2 (diff) | |
| parent | 059724ce264278f4dc4b467906dca4eb01d2a3d9 (diff) | |
Merge pull request #2801 from MediaBrowser/dev
AllowUnsafeBlocks
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 1 |
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"> |
