remove constant
This commit is contained in:
parent
04e2212f45
commit
951e682070
1 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,5 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
RuntimeInformation.IsOSPlatform(OSPlatform.OSX) ? ".dylib" : ".so";
|
||||
|
||||
public static readonly string StaticLibSuffix = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? ".lib" : ".a" ;
|
||||
|
||||
public static readonly string ClrPathEnvironmentVariable = "DOTNET_CLR_PATH";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue