Summary
    Sets if is .NET Core CLR.
    
		- Namespace
- Cake.Testing 
- Containing Type
- FakeEnvironment
Syntax
public void SetIsCoreClr(bool isCoreClr)Parameters
| Name | Type | Description | 
|---|---|---|
| isCoreClr | bool | if set to truethe runtime is .NET Core. | 
Return Value
| Type | Description | 
|---|---|
| void | 
