Skip to content

Commit 32caa7e

Browse files
zateutschCopilot
andauthored
Update src/winapp-CLI/WinApp.Cli/Services/DotNetService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b9b3e65 commit 32caa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/winapp-CLI/WinApp.Cli/Services/DotNetService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ public async Task<bool> EnsureAssetContentItemsAsync(FileInfo csprojPath, Cancel
656656

657657
var itemGroup =
658658
" <ItemGroup>" + Environment.NewLine
659-
+ " <Content Include=\"Assets\\**\" />" + Environment.NewLine
659+
+ " <Content Include=\"Assets\\**\\*\" />" + Environment.NewLine
660660
+ " </ItemGroup>" + Environment.NewLine + Environment.NewLine;
661661

662662
content = content[..closeProjectIdx] + itemGroup + content[closeProjectIdx..];

0 commit comments

Comments
 (0)