Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Oct 22, 2024
1 parent 5203ee1 commit 27a3661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private async Task CopyLibraryAsync(params IProjectEntry[] entries)

if(proj == null) return;

var libFolder = proj.AddFolder("lib", true);
var libFolder = proj.AddFolder("lib");

await _projectExplorerService.ImportAsync(libFolder, true, true, entries.Select(x => x.FullPath).ToArray());
}
Expand Down

0 comments on commit 27a3661

Please sign in to comment.