We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95432c7 commit 1266a3eCopy full SHA for 1266a3e
1 file changed
Directory.Build.props
@@ -9,10 +9,14 @@
9
</PropertyGroup>
10
11
<PropertyGroup>
12
- <TargetFrameworks>net472;netstandard2.0;net8.0;net9.0;net9.0-maccatalyst;net10.0;net10.0-maccatalyst</TargetFrameworks>
+ <TargetFrameworks>net472;netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
13
<Platforms>x86;x64;ARM32;ARM64;AnyCPU</Platforms>
14
15
16
+ <PropertyGroup Condition="'$(SHARPHOOK_SKIP_MACCATALYST)' == '' Or '$(SHARPHOOK_SKIP_MACCATALYST)' == 'false'">
17
+ <TargetFrameworks>$(TargetFrameworks);net9.0-maccatalyst;net10.0-maccatalyst</TargetFrameworks>
18
+ </PropertyGroup>
19
+
20
<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">
21
<IsAotCompatible>true</IsAotCompatible>
22
0 commit comments