Skip to content

Commit

Permalink
feature: netstandard 2.0 support (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukeba authored Sep 5, 2022
1 parent 5fedaf1 commit d7f96d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoogleMapsApi/GoogleMapsApi.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netcoreapp3.1;</TargetFrameworks>
<TargetFrameworks>net6.0;netcoreapp3.1;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

Expand Down

0 comments on commit d7f96d1

Please sign in to comment.