Method ReferencesDotNetCoreRuntime
- Namespace
- Alternet.Common.DotNet.DefaultAssemblies
- Assembly
- Alternet.Common.v10.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
referencesIEnumerable<string>List of references to examine.
dotNetCoreVersionVersionReceives DotNET Core version number.
Returns
- bool
True if the verification successful; otherwise false.