Skip to content

Commit

Permalink
dotnet format-
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 21, 2020
1 parent 6baf3c8 commit fe93439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NuGet.Core/NuGet.Build.Tasks.Pack/PackTaskLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ private IEnumerable<OutputLibFile> InitLibFiles(IMSBuildItem[] libFiles, ILogger
FinalOutputPath = finalOutputPath,
TargetPath = targetPath,
TargetFramework = tfm
});
});
}

return assemblies;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ internal string ResolvePackagePath(string searchDirectory, string searchPattern,

string path = Path.Combine(targetPath ?? string.Empty, packagePath);

// Translate the tfm alias to its actual framework if necessary.
// Translate the tfm alias to its actual framework if necessary.
foreach (string knownFolder in PackagingConstants.Folders.Known)
{
string folderPrefix = knownFolder + Path.DirectorySeparatorChar;
Expand Down

0 comments on commit fe93439

Please sign in to comment.