Update to latest .NET 6 GA build 6.0.100-rtm.21527.11 - #16309
Merged
Aditya Patwardhan (adityapatwardhan) merged 17 commits intoOct 28, 2021
Merged
Conversation
Aditya Patwardhan (adityapatwardhan)
requested review from
Travis Plunk (TravisEz13),
Andrew (anmenaga) and
Dongbo Wang (daxian-dbw)
as code owners
October 27, 2021 00:24
Aditya Patwardhan (adityapatwardhan)
marked this pull request as draft
October 27, 2021 02:42
Aditya Patwardhan (adityapatwardhan)
marked this pull request as ready for review
October 27, 2021 04:37
6.0.100-rtm.21524.16.0.100-rtm.21526.10
| <ItemGroup> | ||
| <PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> | ||
| <PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" /> | ||
| <PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="5.0.0-preview.5.20278.1" /> |
Member
Author
There was a problem hiding this comment.
Should we update this to a preview? latest stable is 3.1.6
Member
Author
There was a problem hiding this comment.
It is under test, we dont ship this. Keeping as is.
Travis Plunk (TravisEz13)
requested changes
Oct 27, 2021
Travis Plunk (TravisEz13)
left a comment
Member
There was a problem hiding this comment.
agree with Dongbo Wang (@daxian-dbw) comments about start-native
Collaborator
|
Should the PR title be update to 6.0.100-rtm.21527.11? |
6.0.100-rtm.21526.10 6.0.100-rtm.21527.11
Travis Plunk (TravisEz13)
approved these changes
Oct 28, 2021
|
🎉 Handy links: |
|
🎉 Handy links: |
Mathias R. Jessen (IISResetMe)
added a commit
to IISResetMe/PowerShell
that referenced
this pull request
Jan 12, 2022
Runtime updates in PowerShell#16309 broke `Start-PSBootbootstrap` on Windows PowerShell 5.1 by introducing a hard dependency on the `[SemanticVersion]` type, introduced in 6.0. This commit replaces the type reference with a PowerShell class that implements the necessary subset of functionality from `[SemanticVersion]` needed for sorting SDK versions.
22 tasks
TrapGodBrim
pushed a commit
to TrapGodBrim/PowerShell
that referenced
this pull request
Jan 19, 2022
Dongbo Wang (daxian-dbw)
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Mar 9, 2022
22 tasks
Thatgfsj (Thatgfsj)
pushed a commit
to Thatgfsj/PowerShell
that referenced
this pull request
Aug 6, 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.
PR Summary
Update to the latest pre-release build: 6.0.100-rtm.21527.11 and update scripts for the same
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).