Skip to content

Commit

Permalink
4.0.0-alpha-2 => add net 4.5 to build output.
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Jul 14, 2017
1 parent 4a3c8e0 commit 217baa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShopifySharp/ShopifySharp.csproj
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFrameworks>netstandard1.4;net45</TargetFrameworks>
<AssemblyName>ShopifySharp</AssemblyName>
<RootNamespace>ShopifySharp</RootNamespace>
<Version>4.0.0-alpha-1</Version>
<Version>4.0.0-alpha-2</Version>
</PropertyGroup>
<PropertyGroup>
<Description>ShopifySharp is a C# and .NET library that helps developers easily authenticate with and manage Shopify stores.</Description>
Expand Down

0 comments on commit 217baa0

Please sign in to comment.