Rename IsCurrentRuntimeSupported() to SupportsCurrentRuntime().

This commit is contained in:
Eric Erhardt 2016-10-03 12:45:39 -05:00
parent 283bf7139e
commit f065a29704
2 changed files with 2 additions and 2 deletions

View file

@ -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());
}