misspelling of targeting

This commit is contained in:
Shayne Boyer 2017-02-16 16:10:19 -05:00
parent dfde101b7c
commit 4edbcb06ee
52 changed files with 55 additions and 55 deletions

View file

@ -174,7 +174,7 @@ namespace Microsoft.DotNet.Tools
return false;
}
public bool IsTargettingFramework(NuGetFramework framework)
public bool IstargetingFramework(NuGetFramework framework)
{
foreach (var tfm in GetTargetFrameworks())
{