Table of Contents

Method WriteRuntimeConfigFile

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

WriteRuntimeConfigFile(string, Version)

Generates .NET Runtime configuration settings and saves them to the *.runtimeconfig.json file.

public static void WriteRuntimeConfigFile(string executablePath, Version coreClrVersion)

Parameters

executablePath string

Path where configuration settings will be saved.

coreClrVersion Version

DotNET Core version number.