Skip to content

Commit 2d0eb74

Browse files
authored
Merge pull request #25 from Neorth/fix-missing-using
Fix Contrib.EntityFramework build
2 parents 5d13b5b + ca56da1 commit 2d0eb74

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/GeoJSON.Net.Contrib.EntityFramework/EntityFrameworkConvertToDbGeography.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Data.Entity.Spatial;
1+
using System;
2+
using System.Data.Entity.Spatial;
23
using GeoJSON.Net.Geometry;
34
using GeoJSON.Net.Contrib.Wkb.Conversions;
45

src/GeoJSON.Net.Contrib.EntityFramework/EntityFrameworkConvertToDbGeometry.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Data.Entity.Spatial;
1+
using System;
2+
using System.Data.Entity.Spatial;
23
using GeoJSON.Net.Geometry;
34
using GeoJSON.Net.Contrib.Wkb.Conversions;
45

0 commit comments

Comments
 (0)