Update to latest .NET 6 GA build 6.0.100-rtm.21527.11#16309
Merged
adityapatwardhan merged 17 commits intoPowerShell:masterfrom Oct 28, 2021
Merged
Update to latest .NET 6 GA build 6.0.100-rtm.21527.11#16309adityapatwardhan merged 17 commits intoPowerShell:masterfrom
6.0.100-rtm.21527.11#16309adityapatwardhan merged 17 commits intoPowerShell:masterfrom
Conversation
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.
src/System.Management.Automation/System.Management.Automation.csproj
Outdated
Show resolved
Hide resolved
...ackaging/projects/reference/System.Management.Automation/System.Management.Automation.csproj
Outdated
Show resolved
Hide resolved
TravisEz13
requested changes
Oct 27, 2021
daxian-dbw
reviewed
Oct 27, 2021
TravisEz13
reviewed
Oct 27, 2021
Member
TravisEz13
left a comment
There was a problem hiding this comment.
agree with @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
TravisEz13
approved these changes
Oct 28, 2021
|
🎉 Handy links: |
|
🎉 Handy links: |
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
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Mar 9, 2022
22 tasks
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).