This commit is contained in:
Eugene Sadovoi 2019-01-22 20:11:36 -05:00
Родитель 498791386d
Коммит 222ca9f183
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -21,6 +21,7 @@
<DelaySign>false</DelaySign>
<RootNamespace>Unity.Microsoft.Logging</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
@ -39,10 +40,6 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup Condition="Exists('$(UnityContainer)')">
<ProjectReference Include="$(UnityContainer)" />
</ItemGroup>