We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bdfc8 commit 2e76ca0Copy full SHA for 2e76ca0
1 file changed
Directory.Build.props
@@ -95,7 +95,7 @@
95
<ContentTargetFolders>content</ContentTargetFolders>
96
</PropertyGroup><Project>
97
98
- <!-- Manual fix for publishing targeting multiple frameworks
+ <!-- Manual fix for publishing targeting multiple frameworks -->
99
<Target Name="PublishProjectIfFrameworkSet" DependsOnTargets="Publish" Condition=" '$(TargetFramework)' != '' " />
100
<Target Name="PublishProjectForAllFrameworksIfFrameworkUnset" Condition=" '$(TargetFramework)' == '' ">
101
<ItemGroup>
0 commit comments