Update 'ParionsCuite/ParionsCuite/ParionsCuite.csproj'
continuous-integration/drone/push Build is failing Details

TestUnitaire^2
remrem 2 years ago
parent a39a151b91
commit 056d1edc37

@ -4,7 +4,7 @@
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net7.0;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('mac'))">$(TargetFrameworks);net7.0-maccatalyst</TargetFrameworks>
<OutputType Condition="'$(TargetFramework)' != 'net7.0'">Exe</OutputType>

Loading…
Cancel
Save