CONFIG: Updated the solution to .net and all Nuget packages to latest stable versions#12
Open
perirrs wants to merge 15 commits into
Open
CONFIG: Updated the solution to .net and all Nuget packages to latest stable versions#12perirrs wants to merge 15 commits into
perirrs wants to merge 15 commits into
Conversation
added 12 commits
May 18, 2026 13:29
…from 9.0.7 to 10.0.8
Contributor
There was a problem hiding this comment.
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
TargetFrameworksfromnet9.0tonet10.0in all four.csprojfiles. - 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" /> |
Author
There was a problem hiding this comment.
Consolidated to a single PackageReference — the duplicate entry is no longer present.
added 2 commits
May 18, 2026 14:01
…Reference in Tests.Acceptance
…uild.yml for net10 CI
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.
closes AB#29082