File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <PropertyGroup >
12- <TargetFrameworks >net472;netstandard2.0;net8.0;net9.0;net9.0-maccatalyst; net10.0;net10.0-maccatalyst </TargetFrameworks >
12+ <TargetFrameworks >net472;netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks >
1313 <Platforms >x86;x64;ARM32;ARM64;AnyCPU</Platforms >
1414 </PropertyGroup >
1515
16+ <PropertyGroup Condition =" '$(SHARPHOOK_SKIP_MACCATALYST)' == '' Or '$(SHARPHOOK_SKIP_MACCATALYST)' == 'false'" >
17+ <TargetFrameworks >$(TargetFrameworks);net9.0-maccatalyst;net10.0-maccatalyst</TargetFrameworks >
18+ </PropertyGroup >
19+
1620 <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))" >
1721 <IsAotCompatible >true</IsAotCompatible >
1822 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments