Skip to content

Conversation

@magicxor
Copy link
Owner

Updates target framework to .NET 10 and upgrades package dependencies.

Updates several NuGet package versions to the latest releases, including core libraries and testing frameworks.

This ensures the project utilizes the most recent features, bug fixes, and performance improvements available in these dependencies.
@magicxor magicxor self-assigned this Nov 14, 2025
Copilot AI review requested due to automatic review settings November 14, 2025 07:33
@magicxor magicxor added the enhancement New feature or request label Nov 14, 2025
Copilot finished reviewing on behalf of magicxor November 14, 2025 07:35
Copy link

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 pull request updates the target framework from .NET 8.0 to .NET 10.0 and upgrades multiple package dependencies to align with the new framework version. However, several version references may be premature as .NET 10 and associated package versions may not yet be available.

Key Changes:

  • Target framework updated from net8.0 to net10.0 across test and CLI projects
  • Microsoft.Extensions.* packages upgraded from 9.0.3 to 10.0.0
  • Various third-party packages updated including NUnit, Polly, Telegram.Bot, and others

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
Emb.RegExprTests/Emb.RegExprTests.csproj Updates target framework from net8.0 to net10.0 for test project
Emb.Cli.NetCore/Emb.Cli.NetCore.csproj Updates target framework from net8.0 to net10.0 for CLI project
Directory.Packages.props Updates 13 package dependencies, primarily Microsoft.Extensions.* packages to 10.0.0 and other third-party packages to newer versions

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

@magicxor magicxor merged commit f523b75 into master Nov 14, 2025
@magicxor magicxor deleted the feature/dotnet-10 branch November 14, 2025 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants