Merge pull request #2801 from MediaBrowser/dev

AllowUnsafeBlocks
pull/1154/head
Luke 7 years ago committed by GitHub
commit d0deb755d6

@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedVersion.cs">

Loading…
Cancel
Save