Update project references
Could be possible to update project references?
Like PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.10.0" to the lastest version (Version="3.4.0")
Thanks
It's not stright forward:

Will need some time to look at it
Also updating Microsoft.CodeAnalysis.Scripting.Common to 3.4.0 seems to solve the problem.
Just compiled CSScriptLib with updated packages, C# 8 works out of the box #9 .
Thank you. Done. https://www.nuget.org/packages/CS-Script.Core/1.3.1
@oleg-shilo can you to update nuget with the lastest version (1.3.2)?
My bad. Done
Would it be possible to update the dependencies again?
BTW I believe you can enable Dependabot for the repository and it will create PRs for dependency updates as in the screenshot above.
I am working on .NET 5 port so all packages will be updated/realigned then.