diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-11-10 17:42:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-10 17:42:53 -0500 |
| commit | 3fb6a10e893f68485887896e1d9fc8b780bbb5a2 (patch) | |
| tree | 517305f73f5f973cccc8ba4be1e9f443777a411e /MediaBrowser.Server.Mono | |
| parent | f909a3f153465966a5a35a71ba9159c36b36fd58 (diff) | |
| parent | 2c64cc7d7d2471f52a7ce1dbd909564215504974 (diff) | |
Merge pull request #2280 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Mono')
| -rw-r--r-- | MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj index dcc409d3a1..c7de9a62b6 100644 --- a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj +++ b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj @@ -24,7 +24,7 @@ <WarningLevel>4</WarningLevel> <PlatformTarget>x86</PlatformTarget> <Externalconsole>true</Externalconsole> - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <DebugType>full</DebugType> @@ -35,7 +35,7 @@ <PlatformTarget>AnyCPU</PlatformTarget> <Externalconsole>true</Externalconsole> <Prefer32Bit>false</Prefer32Bit> - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <Optimize>false</Optimize> @@ -55,7 +55,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Mono|x86'"> <Prefer32Bit>false</Prefer32Bit> - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <Reference Include="Emby.Common.Implementations"> |
