cs-script.core icon indicating copy to clipboard operation
cs-script.core copied to clipboard

Update project references

Open JoseW3b opened this issue 6 years ago • 7 comments

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

JoseW3b avatar Feb 07 '20 11:02 JoseW3b

It's not stright forward: image

Will need some time to look at it

oleg-shilo avatar Feb 07 '20 15:02 oleg-shilo

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 .

f-tischler avatar Feb 19 '20 14:02 f-tischler

Thank you. Done. https://www.nuget.org/packages/CS-Script.Core/1.3.1

oleg-shilo avatar Feb 20 '20 07:02 oleg-shilo

@oleg-shilo can you to update nuget with the lastest version (1.3.2)?

juliolitwin avatar Jul 16 '20 13:07 juliolitwin

My bad. Done

oleg-shilo avatar Jul 16 '20 13:07 oleg-shilo

Would it be possible to update the dependencies again? image BTW I believe you can enable Dependabot for the repository and it will create PRs for dependency updates as in the screenshot above.

adusak avatar Dec 03 '20 12:12 adusak

I am working on .NET 5 port so all packages will be updated/realigned then.

oleg-shilo avatar Dec 05 '20 01:12 oleg-shilo