We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b13ff2 commit a227879Copy full SHA for a227879
1 file changed
SharpMap/SharpMap.csproj
@@ -10,6 +10,7 @@
10
<Description>This package contains the core components of SharpMap.</Description>
11
<!--<EnableApiCompat>true</EnableApiCompat>-->
12
<NoWarn>1701;1702;2100;2235</NoWarn>
13
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14
</PropertyGroup>
15
16
<ItemGroup>
@@ -28,6 +29,7 @@
28
29
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
30
<PackageReference Include="System.Data.SqlClient" Version="4.7.0" />
31
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
32
+ <PackageReference Include="System.Memory" Version="4.5.3" />
33
</ItemGroup>
34
35
<ItemGroup Condition=" '$(EnableApiCompat)' == 'true' ">
0 commit comments