UltravioletFramework / ultraviolet

The Ultraviolet Framework is a .NET game development framework written in C#.
https://github.com/UltravioletFramework/ultraviolet/wiki
MIT License
541 stars 46 forks source link

Nuget dependency issue. #142

Closed fireball87 closed 3 years ago

fireball87 commented 3 years ago

When updating to the latest version on nuget, it didn't grab the correct version of system.drawing.common or microsoft.codeanalysis.csharp as the packages requiring them do not claim to need versions as new as are actually needed.

tlgkccampbell commented 3 years ago

Which version of the packages were you upgrading to? There was a brief window where the published packages had invalid references, but this should be fixed in the newest versions.

fireball87 commented 3 years ago

Newest as of when I had posted, 2021.5.0.4563.

tlgkccampbell commented 3 years ago

Can you try updating to 2021.5.0.4566 and see if that fixes it for you?

fireball87 commented 3 years ago

That made the correct dependencies pull on update (after I had removed them from the project), so resolves the issue, thanks.