Skip to content

Commit

Permalink
build in netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed Aug 29, 2023
1 parent ed42090 commit c18d64a
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
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TargetFramework Condition="'$(Framework)' == 'netcoreapp2.1'">netcoreapp2.1</TargetFramework>
<TargetFramework Condition="'$(Framework)' != 'netcoreapp2.1'">net6.0</TargetFramework>
<TargetFrameworks Condition="'$(Framework)' != 'netcoreapp2.1'">net6.0;netstandard2.0</TargetFrameworks>

<IsPackable>false</IsPackable>

Expand Down

0 comments on commit c18d64a

Please sign in to comment.