Fix xml doc warning.
This commit is contained in:
parent
74a067fdc3
commit
4214884b3e
|
|
@ -82,7 +82,6 @@ namespace Microsoft.Extensions.ProjectModel
|
||||||
/// Returns string values of top-level keys in the project.json file
|
/// Returns string values of top-level keys in the project.json file
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="propertyName"></param>
|
/// <param name="propertyName"></param>
|
||||||
/// <param name="propertyNameComparer"></param>
|
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public string FindProperty(string propertyName) => FindProperty<string>(propertyName);
|
public string FindProperty(string propertyName) => FindProperty<string>(propertyName);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue