Skip to content

Commit

Permalink
Merge pull request #43423 from dotnet/dev/jorobich/update-comment-text2
Browse files Browse the repository at this point in the history
Update comment text
  • Loading branch information
JoeRobich authored Apr 17, 2020
2 parents 7ebe02f + 7ae296c commit 1eb5ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/BuildBoss/CompilerNuGetCheckerUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace BuildBoss
/// - There is no project which is guaranteed to have a superset of dependencies
/// - There is no syntax for using the union of DLLs in a NuSpec file
///
/// The least crazy solution that could be decided on was to manage the list of dependencies
/// The most straightforward solution that could be decided on was to manage the list of dependencies
/// by hand in the NuSpec file and then rigorously verify the solution here.
/// </summary>
internal sealed class PackageContentsChecker : ICheckerUtil
Expand Down

0 comments on commit 1eb5ee4

Please sign in to comment.