Skip to content

Commit

Permalink
Drop .NET Framework 4.5 as target framework
Browse files Browse the repository at this point in the history
Closes #438
  • Loading branch information
nozzlegear committed Nov 17, 2021
1 parent e064ea9 commit 8aca3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShopifySharp/ShopifySharp.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net45</TargetFrameworks>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<AssemblyName>ShopifySharp</AssemblyName>
<RootNamespace>ShopifySharp</RootNamespace>
<VersionPrefix>5.13.1</VersionPrefix>
Expand Down

0 comments on commit 8aca3c9

Please sign in to comment.