Skip to content

Update to .NET 10.0 and latest package versions#216

Merged
vb2ae merged 2 commits intomasterfrom
update_to_10
Jan 20, 2026
Merged

Update to .NET 10.0 and latest package versions#216
vb2ae merged 2 commits intomasterfrom
update_to_10

Conversation

@vb2ae
Copy link
Collaborator

@vb2ae vb2ae commented Jan 20, 2026

Upgraded target frameworks to .NET 10.0 across all projects and added net10.0 support to OpenWeatherMap.Standard. Updated Avalonia, Microsoft.Extensions.DependencyInjection, and xunit.v3 package references to their latest versions for improved compatibility and features.

Upgraded target frameworks to .NET 10.0 across all projects and added net10.0 support to OpenWeatherMap.Standard. Updated Avalonia, Microsoft.Extensions.DependencyInjection, and xunit.v3 package references to their latest versions for improved compatibility and features.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the project to .NET 10.0 and updates several package dependencies to their latest versions. The changes ensure the codebase uses the newest framework and package features available.

Changes:

  • Updated all executable and test projects from .NET 9.0 to .NET 10.0
  • Added .NET 10.0 support to the OpenWeatherMap.Standard library (multi-targeting netstandard2.0, net8.0, and net10.0)
  • Updated Avalonia packages from 11.3.10 to 11.3.11
  • Updated Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2
  • Updated xunit.v3 from 3.2.1 to 3.2.2

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
OpenWeatherMap.Standard/OpenWeatherMap.Standard.csproj Added net10.0 target framework to the library for multi-targeting support
OpenWeatherMap.Standard.Sample/OpenWeatherMap.Standard.Sample.csproj Updated console sample from net9.0 to net10.0
OpenWeatherMap.Standard.MVC.Sample/OpenWeatherMap.Standard.MVC.Sample.csproj Updated MVC sample from net9.0 to net10.0
OpenWeatherMap.Standard.Core.Test/OpenWeatherMap.Standard.Core.Test.csproj Updated test project to net10.0 and xunit.v3 to 3.2.2
OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj Updated Avalonia sample to net10.0 and aligned all Avalonia packages to 11.3.11, updated Microsoft.Extensions.DependencyInjection to 10.0.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@vb2ae vb2ae merged commit 6ce397c into master Jan 20, 2026
4 checks passed
@vb2ae vb2ae deleted the update_to_10 branch January 20, 2026 12:54
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.

1 participant