-
Notifications
You must be signed in to change notification settings - Fork 54
.NET Core
Oleg Shilo edited this page Jul 25, 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 to .NET 5 by following these few simple steps:
- Install .NET 5
- Install the latest CS-Script (e.g. from choco)
- Change the engine location in the settings dialog.
In the next version (v1.7.24.0+) this process will be simplified. But until then you will need to do it manually as described above.
Note, .NET 5 edition of CS-Script engine may has some feature differences comparing to .NET Framework version. IE CS-Script 4.1.0.0 does not support VB.NET syntax.