ACEmulator / ACE

Asheron's Call server emulator.
https://emulator.ac
GNU Affero General Public License v3.0
297 stars 242 forks source link

Switch to net8 #4059

Closed LtRipley36706 closed 5 months ago

LtRipley36706 commented 11 months ago

Switches net6 projects to net8 projects

net6 LTS ends in one year per https://dotnet.microsoft.com/en-us/platform/support/policy

LtRipley36706 commented 11 months ago

AppVeyor does not yet support net8, will have to await platform update

LtRipley36706 commented 10 months ago

Added a script to download and install dotnet8 into AppVeyor as a workaround until platform is updated to support 8.0 by default

LtRipley36706 commented 10 months ago

AppVeyor platform updated to include net8, removed extra setup step.

Mag-nus commented 10 months ago

I support upping the project to .NET 8

LtRipley36706 commented 9 months ago

Cannot update Microsoft.EntityFrameworkCore to 8.0.0 at this time.

Possibly needs updated scaffolding and/or other changes to properly start up.

Mag-nus commented 9 months ago

It's ok to update to .NET 8 and still leave EF using .NET 6.

I can look into fixing the EF .NET 8 after the core is upped to .NET 8