Skip to content

Chore/upgrade http utils net10#9

Merged
kuberto773 merged 1 commit intomasterfrom
chore/upgrade-http-utils-net10
Mar 4, 2026
Merged

Chore/upgrade http utils net10#9
kuberto773 merged 1 commit intomasterfrom
chore/upgrade-http-utils-net10

Conversation

@kuberto773
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings March 4, 2026 12:45
Copy link
Copy Markdown

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

Updates the Madev.Utils.Infrastructure.Http library’s target frameworks to newer .NET, aligning it with other infrastructure packages in the solution.

Changes:

  • Changed TargetFrameworks from netstandard2.1;net8.0 to netstandard2.1;net10.0.

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


<PropertyGroup>
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net10.0</TargetFrameworks>
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

This change (net8.0 → net10.0) will not build with the repo’s current GitHub Actions workflow, which pins actions/setup-dotnet to dotnet-version: '8.x' (.github/workflows/dotnet.yml). Please update CI (and any other build environments) to install an SDK that supports net10.0 (or consider targeting net9.0/net8.0 to match the installed SDK).

Suggested change
<TargetFrameworks>netstandard2.1;net10.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>

Copilot uses AI. Check for mistakes.
@kuberto773 kuberto773 merged commit 14ca9bd into master Mar 4, 2026
11 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