CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
227 stars 90 forks source link

Update dependencies versions #514

Closed SadPencil closed 7 months ago

SadPencil commented 7 months ago

Code changes about Rampastring.Tools and Rampastring.XNAUI that are needed to migrate .NET 4.8/8.0 are accepted. So this PR removes those local NuGet package files (identical to the official version but the local packages are compiled by me).

Also I found that package System.Text.Encoding.CodePages (required by legacy ANSI code page stuffs, when launching the map editor) was still 7 instead of 8 (such packages bump their versions corresponds to the release of a new .NET major version) so this PR also upgrades it.