chore: single-target IsoMmo.Shared on net10.0 #86
No reviewers
Labels
No labels
alpha:wave-0
alpha:wave-1
alpha:wave-2
alpha:wave-3
area:assets
area:combat
area:ecology
area:infra
area:render
area:scripting
area:ui
area:world
enhancement
epic
migration
post-alpha
roadmap
tech-debt
type:bug
type:chore
type:design
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
marco/IsoMmo!86
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/shared-net10-only"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
IsoMmo.Sharedmulti-targetednet10.0;net8.0since the first commit, but nothing consumes the net8.0 build — every referencing project (Auth, GameServer, Client, Client.Core) is net10.0-only and picks Shared's net10.0 asset. Drop the unused target.It was doubling Shared's compile and constraining it to net8-available APIs for no benefit. No effect on multi-platform (that is an OS concern, not a TFM one — net10.0 runs on Windows, macOS and Linux).
Definition of Done
IsoMmo.Sharedbuilds a singlenet10.0asset; the whole solution builds and tests green with zero warnings.