-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
Update: since we still need to determine whether the client is .NET 8 or 4.8, this project is retained as a .NET 4.8/8 project. Hmm, we need to merge this project into xna-cncnet-client considering the high coupling |
I am not sure if the project can be compiled under .NET Standard though, I thought it's a pseudo target and a DLL/EXE can't be compiled this way? |
should be fine. |
1891e38
to
8b45744
Compare
|
a64179d
to
9ae5ee6
Compare
Now, this PR brings the support of the old |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No complaints either, although not sure where did the .NET Standard as target idea go.
currently there are #if !NETFRAMEWORK to differ the client’s behavior in ClientUpdater library (e.g., whether .NET 4.8 or .NET 8.0 second-stage updater should be launched), so ClientUpdater.dll is not a .NET Standard library right now |
46245b8
to
cbc884c
Compare
Co-Authored-By: Rans4ckeR <[email protected]> Co-Authored-By: Kerbiter <[email protected]>
cbc884c
to
012b133
Compare
See CnCNet/xna-cncnet-client#494 for details.
I already figured out most of the changes, what's left is technical work and evaluation.
Currently what's needed to be done here: