Skip to content

CONFIG: Updated the solution to .net and all Nuget packages to latest stable versions#12

Open
perirrs wants to merge 15 commits into
mainfrom
users/perirrs/config-changes
Open

CONFIG: Updated the solution to .net and all Nuget packages to latest stable versions#12
perirrs wants to merge 15 commits into
mainfrom
users/perirrs/config-changes

Conversation

@perirrs
Copy link
Copy Markdown

@perirrs perirrs commented May 18, 2026

closes AB#29082

Copilot AI review requested due to automatic review settings May 18, 2026 12:35
@github-actions github-actions Bot added the CONFIG The configuration category is for any configuration changes i.e. setting up appsettings.json label May 18, 2026
Copy link
Copy Markdown
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

Upgrades the solution's target framework from .NET 9 to .NET 10 and bumps NuGet package references to their latest stable versions across the main project, infrastructure project, and both test projects.

Changes:

  • Updates TargetFrameworks from net9.0 to net10.0 in all four .csproj files.
  • Bumps Microsoft.Extensions.* packages from 9.0.7 to 10.0.8 and Xeption from 2.8.0 to 2.9.0.
  • Updates test-related packages (FluentAssertions, Microsoft.NET.Test.Sdk, coverlet.collector, xunit.runner.visualstudio) and ADotNet to their latest versions.

Reviewed changes

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

File Description
ISL.Security.Client/ISL.Security.Client.csproj Retargets to net10.0 and bumps Microsoft.Extensions.* (10.0.8) and Xeption (2.9.0).
ISL.Security.Client.Tests.Unit/ISL.Security.Client.Tests.Unit.csproj Retargets to net10.0 and updates test dependencies (coverlet, FluentAssertions, Test.Sdk, xunit runner).
ISL.Security.Client.Tests.Acceptance/ISL.Security.Client.Tests.Acceptance.csproj Retargets to net10.0 and updates Microsoft.Extensions.* and test dependencies; pre-existing duplicate Microsoft.Extensions.Configuration reference remains.
ISL.Security.Client.Infrastructure/ISL.Security.Client.Infrastructure.csproj Retargets to net10.0 and bumps ADotNet to 4.3.0.

<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.8" />
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Consolidated to a single PackageReference — the duplicate entry is no longer present.

Copilot AI review requested due to automatic review settings May 18, 2026 13:36
Copy link
Copy Markdown
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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CONFIG The configuration category is for any configuration changes i.e. setting up appsettings.json

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants