fix camelcasing
This commit is contained in:
parent
c9fa9be412
commit
14f43ef896
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ namespace Microsoft.DotNet.Tools
|
|||
return false;
|
||||
}
|
||||
|
||||
public bool IstargetingFramework(NuGetFramework framework)
|
||||
public bool IsTargetingFramework(NuGetFramework framework)
|
||||
{
|
||||
foreach (var tfm in GetTargetFrameworks())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue