Skip to content

Update project to .NET 10.0 and upgrade dependencies#299

Merged
shibayan merged 1 commit intomasterfrom
update-packages
Feb 1, 2026
Merged

Update project to .NET 10.0 and upgrade dependencies#299
shibayan merged 1 commit intomasterfrom
update-packages

Conversation

@shibayan
Copy link
Collaborator

@shibayan shibayan commented Feb 1, 2026

  • Changed target framework from net9.0 to net10.0 in Directory.Build.props.
  • Updated .NET SDK version in GitHub Actions workflow from 9.0.x to 10.0.x.
  • Upgraded Microsoft.Extensions.DependencyInjection package from 9.0.9 to 10.0.2.
  • Updated various package versions in WinQuickLook.App and WinQuickLook.Core projects.
  • Modified PInvoke methods to use new signatures and added necessary using directives.
  • Removed unused Next method from FriendlyOverloadExtensions.
  • Updated test project dependencies, including Microsoft.NET.Test.Sdk and xunit packages.
  • Adjusted package lock files to reflect new versions and dependencies.

- Changed target framework from net9.0 to net10.0 in Directory.Build.props.
- Updated .NET SDK version in GitHub Actions workflow from 9.0.x to 10.0.x.
- Upgraded Microsoft.Extensions.DependencyInjection package from 9.0.9 to 10.0.2.
- Updated various package versions in WinQuickLook.App and WinQuickLook.Core projects.
- Modified PInvoke methods to use new signatures and added necessary using directives.
- Removed unused Next method from FriendlyOverloadExtensions.
- Updated test project dependencies, including Microsoft.NET.Test.Sdk and xunit packages.
- Adjusted package lock files to reflect new versions and dependencies.
@shibayan shibayan requested a review from Copilot February 1, 2026 04:48
@shibayan shibayan self-assigned this Feb 1, 2026
@shibayan shibayan added the dependencies Pull requests that update a dependency file label Feb 1, 2026
@shibayan shibayan merged commit 660dcb5 into master Feb 1, 2026
10 checks passed
@shibayan shibayan deleted the update-packages branch February 1, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant