We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c1338 commit 54f04b9Copy full SHA for 54f04b9
1 file changed
samples/CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.Maui.Markup.Sample.csproj
@@ -36,7 +36,7 @@
36
</PropertyGroup>
37
38
<PropertyGroup Condition="'$(Configuration)' == 'Release'
39
- AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'windows'"
+ AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'windows'
40
AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'maccatalyst'">
41
<!-- Windows error NETSDK1102: Optimizing assemblies for size is not supported for the selected publish configuration. -->
42
0 commit comments