Fix xml doc warning.

This commit is contained in:
N. Taylor Mullen 2016-10-06 12:38:19 -07:00
parent 74a067fdc3
commit 4214884b3e
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ namespace Microsoft.Extensions.ProjectModel
/// Returns string values of top-level keys in the project.json file
/// </summary>
/// <param name="propertyName"></param>
/// <param name="propertyNameComparer"></param>
/// <returns></returns>
public string FindProperty(string propertyName) => FindProperty<string>(propertyName);