Skip to content

Commit

Permalink
targeting both netstandard 2.0 and 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Bowyer committed Mar 25, 2020
1 parent 5e12dba commit 137a797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Test/Postmates.Xunit/Postmates.Xunit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
</PropertyGroup>

</Project>
8 changes: 4 additions & 4 deletions src/Postmates.NET/Postmates.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>A Postmates API client for .NET</Description>
Expand All @@ -13,9 +13,9 @@
<Authors>Marcus Bowyer</Authors>
<Company>Loopie.io</Company>
<Product>Postmates.NET</Product>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<Version>1.1.1</Version>
<AssemblyVersion>1.1.1</AssemblyVersion>
<FileVersion>1.1.1</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 137a797

Please sign in to comment.