Skip to content

Commit

Permalink
Merge branch 'master' into benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Aug 6, 2017
2 parents 0bc62b5 + 14c1760 commit 564a292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/Lucene.Net.Spatial/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
},
"dependencies": {
"Lucene.Net.Queries": "4.8.0",
"GeoAPI": "1.7.4",
"NetTopologySuite": "1.14",
"Spatial4n.Core": "0.4.1-beta00003"
},
"frameworks": {
"netstandard1.5": {
"imports": [ "dnxcore50", "portable-net403+sl5+win8+wp8+wpa81" ],
"imports": "dnxcore50",
"buildOptions": {
"debugType": "portable",
"define": [ "NETSTANDARD" ]
Expand Down
2 changes: 1 addition & 1 deletion src/Lucene.Net.Tests.Spatial/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"testRunner": "nunit-teamcity",
"frameworks": {
"netcoreapp1.0": {
"imports": [ "dnxcore50", "portable-net403+sl5+win8+wp8+wpa81" ],
"imports": "dnxcore50",
"buildOptions": {
"debugType": "portable",
"define": [ "NETSTANDARD" ]
Expand Down

0 comments on commit 564a292

Please sign in to comment.