Make IsPackageBased() helper method internal
This commit is contained in:
parent
deb3367753
commit
c1f1f20197
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace NuGet.Frameworks
|
|||
return name + "-" + frameworkName.Profile;
|
||||
}
|
||||
|
||||
public static bool IsPackageBased(this NuGetFramework self)
|
||||
internal static bool IsPackageBased(this NuGetFramework self)
|
||||
{
|
||||
return self.IsPackageBased ||
|
||||
(self.Framework == FrameworkConstants.FrameworkIdentifiers.NetCore &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue