Skip to content

Commit

Permalink
Workaround for Blazor
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed May 1, 2024
1 parent 1e39ed7 commit e2893d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Boilerplate/Components/ProjectFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const ProjectFile = (props: Props) => {
pr += "\t<MauiAsset Include=\"appsettings.ios.json\" LogicalName=\"appsettings.ios.json\" />\r\n";
pr += "\t<MauiAsset Include=\"appsettings.maccatalyst.json\" LogicalName=\"appsettings.maccatalyst.json\" />\r\n";
pr += "\t<MauiAsset Include=\"appsettings.android.json\" LogicalName=\"appsettings.android.json\" />\r\n";
pr += "\t<Content Remove=\"**\appsettings.json\" />\r\n";
pr += "\t<Content Remove=\"**\appsettings.*.json\" />\r\n";
pr += "</ItemGroup>\r\n";
}

Expand Down

0 comments on commit e2893d9

Please sign in to comment.