Skip to content

Commit a227879

Browse files
committed
Allow unsafe
1 parent 6b13ff2 commit a227879

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SharpMap/SharpMap.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Description>This package contains the core components of SharpMap.</Description>
1111
<!--<EnableApiCompat>true</EnableApiCompat>-->
1212
<NoWarn>1701;1702;2100;2235</NoWarn>
13+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1314
</PropertyGroup>
1415

1516
<ItemGroup>
@@ -28,6 +29,7 @@
2829
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
2930
<PackageReference Include="System.Data.SqlClient" Version="4.7.0" />
3031
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
32+
<PackageReference Include="System.Memory" Version="4.5.3" />
3133
</ItemGroup>
3234

3335
<ItemGroup Condition=" '$(EnableApiCompat)' == 'true' ">

0 commit comments

Comments
 (0)