Skip to content

Update targets and dependencies for .NET 10 - #31

Merged
Eugene Tolmachev (et1975) merged 2 commits into
masterfrom
copilot/update-dependencies-to-dotnet-10
Jun 17, 2026
Merged

Update targets and dependencies for .NET 10#31
Eugene Tolmachev (et1975) merged 2 commits into
masterfrom
copilot/update-dependencies-to-dotnet-10

Conversation

Copilot AI commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This updates the repo to .NET 10 and rolls the package major to reflect the target/runtime shift. The change also aligns the core identity/cache dependencies and CI SDK with the new target set.

  • Target frameworks

    • Move library projects from net6.0;net8.0 to net8.0;net10.0
    • Move test projects to net10.0
    • Drop the remaining net6.0 references in docs/sample output paths
  • Dependency refresh

    • Bump the direct Microsoft identity/token/configuration/caching packages to current compatible versions
    • Update Microsoft.NET.Test.Sdk for the .NET 10 test projects
    • Remove obsolete ASP.NET 2.x package references from test/server projects
  • ASP.NET hosting alignment

    • Replace legacy package-based ASP.NET hosting dependencies with the shared framework reference used by current SDKs
    <FrameworkReference Include="Microsoft.AspNetCore.App" />
  • Build/release metadata

    • Update the GitHub Actions workflow to use a .NET 10 SDK
    • Add the 7.0.0 release note entry for the breaking target/dependency change

Copilot AI changed the title [WIP] Update dependencies to .NET 10 and bump major version Update targets and dependencies for .NET 10 Jun 17, 2026
@et1975
Eugene Tolmachev (et1975) marked this pull request as ready for review June 17, 2026 15:46
@et1975
Eugene Tolmachev (et1975) merged commit cc2a134 into master Jun 17, 2026
2 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.

3 participants