Skip to content

Commit

Permalink
Fixed Release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmorato committed Jun 28, 2024
1 parent 26f2a80 commit aa97e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/OpenDDSharp.UnitTest/OpenDDSharp.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<IsARM64 Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)' == 'Arm64'">true</IsARM64>
<IsX64 Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)' == 'X64'">true</IsX64>
<TargetFrameworks Condition="'$(IsARM64)'!='true' And '$(Configuration)'=='Release'">net462;net47;net471;net472;net48;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition="'$(IsARM64)'=='true' Or '$(Configuration)'=='Release'">net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition="'$(IsARM64)'=='true' And '$(Configuration)'=='Release'">net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)'=='Debug'">net6.0;net8.0;</TargetFrameworks>
<IsPackable>false</IsPackable>
<CodeAnalysisRuleSet>..\..\OpenDDSharpRules.ruleset</CodeAnalysisRuleSet>
Expand Down

0 comments on commit aa97e2a

Please sign in to comment.