Skip to content

Commit

Permalink
Merge pull request #142 from BrandonPotter/feature/UpdateTestTargetFr…
Browse files Browse the repository at this point in the history
…ameworks
  • Loading branch information
ahwm authored Mar 10, 2023
2 parents f398313 + e78a2f7 commit 2e68610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Google.Authenticator.Tests/Google.Authenticator.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX>
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>
<TargetFrameworks Condition="'$(IsWindows)'=='true'">net462;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks Condition="'$(IsLinux)'=='true'">netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks Condition="'$(IsOSX)'=='true'">netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks Condition="'$(IsWindows)'=='true'">net462;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks Condition="'$(IsLinux)'=='true'">net6.0;net7.0</TargetFrameworks>
<TargetFrameworks Condition="'$(IsOSX)'=='true'">net6.0;net7.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 2e68610

Please sign in to comment.