Method ReferencesDotNetCoreRuntime
- Namespace
- Alternet.Common.DotNet.DefaultAssemblies
- Assembly
- Alternet.Common.v9.dll
ReferencesDotNetCoreRuntime(IEnumerable<string>, out Version?)
Detects a version of the DotNET Core installed on the PC.
public static bool ReferencesDotNetCoreRuntime(IEnumerable<string> references, out Version? dotNetCoreVersion)
Parameters
references
IEnumerable<string>List of references to examine.
dotNetCoreVersion
VersionReceives DotNET Core version number.
Returns
- bool
True if the verification successful; otherwise false.