Skip to content

.NET Core

Oleg Shilo edited this page Sep 17, 2021 · 5 revisions

You can use CS-Script plugin to execute scripts targeting .NET 5/Core. It is possible even though the plugin itself is hosted on .NET Framework and the script engine file included in the plugin distro is targeting .NET Framework.

You can retarget the execution and syntax support to .NET 5 by manually enabling services as it is described here:

Alternatively, you can just click "Enable .NET 5/Core integration" and follow the instructions

Clone this wiki locally