I noticed that DbGeography is included in the library but when I run it I get:
Spatial types and functions are not available for this provider because the assembly 'Microsoft.SqlServer.Types' version 10 or higher could not be found
How would one go about installing/including Microsoft.SqlServer.Types in a .NET core project?
I noticed that DbGeography is included in the library but when I run it I get:
How would one go about installing/including Microsoft.SqlServer.Types in a .NET core project?