Skip to content

Conversation

@hazre
Copy link
Contributor

@hazre hazre commented Dec 29, 2025

Bumped all projects from .NET 7.0 to .NET 10 for better performance and also .NET 7 is EOL.

  • Updated to windows target version to windows10.0.22621.0, since newer WindowsAppSDK requires this.
  • Updated runtime identifiers from win10-* to win-* format, Microsoft changed this in newer .NET versions. Renamed the publish profiles to match.
  • Created Directory.Build.props to centralize build configuration. This keeps project files cleaner and makes updating them easier. Same approach with Directory.Packages.props for package versions.
  • Updated all packages to be compatible with .NET 10 and fix security vulnerabilities.

- Upgraded all projects from net7.0 to net10.0
- Updated runtime identifiers from win10-* to win-* format
- Renamed publish profiles to match new naming convention
- Created Directory.Build.props for centralized build configuration
- Updated .vsconfig to reference .NET 10 runtime
- Centralized package versions in Directory.Packages.props
- Removed duplicate properties from individual project files
@benaclejames benaclejames merged commit a1b6211 into benaclejames:master Dec 29, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants