Update to .NET 10.0 and latest package versions#216
Merged
Conversation
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.
Contributor
There was a problem hiding this comment.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.