Update target frameworks to net10.0 and net11.0#15349
Merged
Conversation
[[ commit created by automation ]]
Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25567.106 -> 0.2.0-preview.25617.108)
Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25617.108 -> 0.2.0-preview.25618.104)
Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25618.104 -> 0.2.0-preview.25618.115)
Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25618.115 -> 0.2.0-preview.25619.109)
Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25619.109 -> 0.2.0-preview.26055.102)
[[ commit created by automation ]]
[[ commit created by automation ]]
Member
|
Working on this, I need to move the build to net11 and net10. |
…117.2 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26059.1 -> To Version 11.0.0-beta.26067.2
This was referenced Apr 9, 2026
Open
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.
repurposed PR from maestro, since there were mutliple streams of changes needed to merge
Updates from main from dotnet/dotnet, as well as updates to latest arcade. And local updates to bring the frameworks forward.
These updates bring the NetCurrent and NetPrevious variables to net10 and net11 (or just net11 in source-build).
So now we are updating the runner frameworks to net10, for VS and dotnet SDK. Source build also stopped building two different versions and only the latest one is produced, so (info from Viktor Hofer) the duplicated entries for current tfm and previous tfm in nuspec are no longer needed, and cause an error saying that we copy two files into the same place.
Updated Dependencies