Skip to content

Commit

Permalink
Update Microsoft.AspNetCore.Components.WebView.Maui.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
TanayParikh committed Jul 25, 2022
1 parent fa55ac4 commit 172cade
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<RazorComponent Include="**\*.razor" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
</ItemGroup>

<!-- Ensure global.json isn't published with the app. -->
<ItemGroup>
<Content Update="@(Content)" Condition="'@(Content->FileName)' == 'global' and '@(Content->Extension)' == '.json'" PublishFolderType="None" />
<Content Update="global.json" PublishFolderType="None" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 172cade

Please sign in to comment.