Skip to content

Commit ba4840a

Browse files
committed
Fix System.Data.SQLite package reference
The non-core package depends on Entity Framework when installing on .NET Framework platforms
1 parent 4acb043 commit ba4840a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NHibernate.Spatial.SpatiaLite/NHibernate.Spatial.SpatiaLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
1919
<PackageReference Include="NetTopologySuite.IO.SpatiaLite" Version="2.0.0" />
20-
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
20+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)