Rename IsCurrentRuntimeSupported() to SupportsCurrentRuntime().
This commit is contained in:
parent
283bf7139e
commit
f065a29704
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
_depsFilePath = Muxer.GetDataFromAppDomain("FX_DEPS_FILE");
|
||||
}
|
||||
|
||||
public bool IsCurrentRuntimeSupported()
|
||||
public bool SupportsCurrentRuntime()
|
||||
{
|
||||
return IsRuntimeSupported(RuntimeEnvironment.GetRuntimeIdentifier());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue