Disable unsafe for netf (#2405)

This commit is contained in:
Vitaliya
2021-08-19 18:50:18 +03:00
committed by GitHub
parent a2ffe2cbcd
commit 06b11a3129

View File

@@ -6,10 +6,6 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net48'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AngleSharp.XPath" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="all" />