From d7f96d1c764c993293013d978c36add92741282e Mon Sep 17 00:00:00 2001 From: Ruslan Keba Date: Mon, 5 Sep 2022 12:32:22 -0700 Subject: [PATCH] feature: netstandard 2.0 support (#154) --- GoogleMapsApi/GoogleMapsApi.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GoogleMapsApi/GoogleMapsApi.csproj b/GoogleMapsApi/GoogleMapsApi.csproj index a764014..303591e 100644 --- a/GoogleMapsApi/GoogleMapsApi.csproj +++ b/GoogleMapsApi/GoogleMapsApi.csproj @@ -1,8 +1,8 @@  - net6.0;netcoreapp3.1; + net6.0;netcoreapp3.1;netstandard2.0 latest - 1.2.0 + 1.2.1 True True