feat: upgrade to .NET 10 and bump version to 1.0.0-beta.1#39
Draft
OMpawar-21 wants to merge 2 commits into
Draft
feat: upgrade to .NET 10 and bump version to 1.0.0-beta.1#39OMpawar-21 wants to merge 2 commits into
OMpawar-21 wants to merge 2 commits into
Conversation
- Bump main project TFM from net7.0 to net10.0 - Bump test project TFM from net9.0 to net10.0 - Update Microsoft.AspNetCore.Mvc.Testing 9.0.9 → 10.0.0 - Upgrade CI: actions/checkout@v1 → @v4, setup-dotnet@v3 → @v4 with dotnet-version 10.x - Fix pre-existing GetHeader visibility private → internal (unblocks 175 tests) - Bump PackageVersion and ReleaseVersion to 1.0.0-beta.1 - Update CHANGELOG.md
reeshika-h
reviewed
Jun 30, 2026
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.
Summary
net7.0tonet10.0to align with the Contentstack CDA (contentstack-dotnetbeta) and CMA (contentstack-management-dotnetenhc/beta) SDKs which have both migrated to .NET 101.0.0-beta.1marking the start of the STJ + .NET 10 migration seriesChanges
contentstack.model.generator.csprojnet7.0→net10.0, version0.5.1→1.0.0-beta.1contentstack.model.generator.tests.csprojnet9.0→net10.0,Microsoft.AspNetCore.Mvc.Testing9.0.9→10.0.0.github/workflows/nuget-publish.ymlcheckout@v1→@v4,setup-dotnet@v3→@v4+dotnet-version: '10.x'in both jobsCMA/ContentstackClient.csGetHeadervisibilityprivate→internal(pre-existing test compilation bug)CHANGELOG.md1.0.0-beta.1release entryNotes
GetHeaderfix resolves a pre-existingCS1061compilation error inContentstackClientTeststhat was present before this PR (tests were never running against that file)Test Plan
dotnet build— 0 errors on net10.0dotnet test— 175 passed, 0 failed on net10.0dotnet pack— valid1.0.0-beta.1.nupkgproduceddotnet tool install --global+--help— CLI runs successfully on net10.0