Skip to content

Commit

Permalink
force netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed Aug 29, 2023
1 parent 2a92e08 commit 5afcb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adyen.Test/Adyen.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="'$(Framework)' != 'netcoreapp2.1'">net6.0;netstandard2.0</TargetFrameworks>
<TargetFramework Condition="'$(Framework)' == 'netcoreapp2.1'">netstandard2.0</TargetFramework>

<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 5afcb2f

Please sign in to comment.