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

TestUnitaire^2
remrem 2 years ago
parent 40bf587e98
commit 647555217b

@ -3,7 +3,8 @@
<PropertyGroup>
<!-- 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-maccatalyst;$(TargetFrameworks)</TargetFrameworks>
<TargetFrameworks>net7.0;$(TargetFrameworks)</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('macOs'))">$(TargetFrameworks);net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('ios'))">$(TargetFrameworks);net7.0-ios;net7.0-maccatalyst</TargetFrameworks>

Loading…
Cancel
Save