Convert all .csproj to new sdk format and use Directory.Build.props #85
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IllusionMods/IllusionFixes!85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sdk"
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?
Pull Request Overview
This PR modernizes the project structure by migrating from legacy .csproj format to the modern SDK-style project format. This comprehensive refactoring removes packages.config files and converts all projects to use PackageReference for NuGet packages, significantly simplifying the project files.
Key changes:
Reviewed Changes
Copilot reviewed 188 out of 223 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The Aicomi packages appear to be new dependencies not present in the old project file. These should be verified as intentional additions rather than accidental changes during the migration. The old project referenced 'Il2Cppmscorlib.dll' as a direct assembly reference, and this migration changes the dependency source.