Skip to content

Commit

Permalink
Wrap CreateTempProjectAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Jan 31, 2024
1 parent 4f33ba8 commit 46289b3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,11 @@ private static ProjectRootElement CreateProjectRootElement(ProjectBuildFile buil
}

private static async Task<string> CreateTempProjectAsync(
DirectoryInfo tempDir, string repoRoot, string projectPath, string targetFramework, IReadOnlyCollection<Dependency> packages
DirectoryInfo tempDir,
string repoRoot,
string projectPath,
string targetFramework,
IReadOnlyCollection<Dependency> packages
)
{
var projectDirectory = Path.GetDirectoryName(projectPath);
Expand Down

0 comments on commit 46289b3

Please sign in to comment.