Installation
To install the package via NuGet, either use the .NET CLI:
dotnet add package Skybrud.Social.Google.Geocoding --version 1.0.0
or the NuGet Package Manager:
Install-Package Skybrud.Social.Google.Geocoding -Version 1.0.0
Target Frameworks
The Skybrud.Social.Google.Geocoding package is build against the following frameworks:
- .NET Standard 2.0
- .NET 8
This means that the package indirectly also supports .NET Framework 4.6.1 and up as well as .NET 5 and up, as both of those build on top of .NET Standard 2.0.