diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-09 16:04:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-09 16:04:13 -0400 |
| commit | 059724ce264278f4dc4b467906dca4eb01d2a3d9 (patch) | |
| tree | 82576bb950dd9e46c3516bc8e24d20a007ad1fc5 | |
| parent | 7a74c705e584774534b74e11c1ab86144cb454c6 (diff) | |
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"> |
