{{ message }}
Move to 9.0.0-preview.6.24327.7#24133
Merged
TravisEz13 merged 10 commits intoPowerShell:masterfrom Aug 13, 2024
Merged
Conversation
adityapatwardhan
requested changes
Aug 9, 2024
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
…pty string. (#209) This is for new dotnet behavior of environment variables. Previously, dotnet would remove an environment variable if it was set to an empty string, now it will only remove the variable if it is set to $null.
Member
Author
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run powershell-ci-macos |
|
Commenter does not have sufficient privileges for PR 24133 in repo PowerShell/PowerShell |
Member
Author
|
/azp run powershell-ci-macos |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run powershell-ci-macos |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run powershell-ci-windows |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run powershell-ci-windows-packaging-ci |
|
No pipelines are associated with this pull request. |
Member
Author
|
/azp run powershell-ci-static-analysis |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run powershell-windows-packaging-ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run powershell-ci-macos |
|
Azure Pipelines successfully started running 1 pipeline(s). |
adityapatwardhan
approved these changes
Aug 13, 2024
Contributor
chrisdent-de
pushed a commit
to chrisdent-de/PowerShell
that referenced
this pull request
Sep 12, 2024
--------- Co-authored-by: James Truher [MSFT] <jimtru@microsoft.com>
5 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
This pull request includes updates to various project files to upgrade the .NET SDK and several package dependencies to their latest preview versions.
SDK and Package Updates:
DotnetRuntimeMetadata.json: Updated the SDK channel to9.0.1xx-preview6and the package version pattern to9.0.0-preview.6.global.json: Updated the SDK version to9.0.100-preview.6.24328.19.Project File Updates:
src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj: UpdatedSystem.Diagnostics.PerformanceCounterto version9.0.0-preview.6.24327.7.src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj: UpdatedSystem.ServiceProcess.ServiceControllerto version9.0.0-preview.6.24327.7.src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj: UpdatedSystem.Threading.AccessControlandSystem.Drawing.Commonto version9.0.0-preview.6.24327.7.src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj: UpdatedSystem.Diagnostics.EventLogto version9.0.0-preview.6.24327.7.src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj: Updated multiple packages includingSystem.IO.Packaging,System.Net.Http.WinHttpHandler, andSystem.Text.Encodings.Webto version9.0.0-preview.6.24327.7.src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj: UpdatedSystem.ServiceProcess.ServiceControllerto version9.0.0-preview.6.24327.7.src/System.Management.Automation/System.Management.Automation.csproj: Updated multiple packages includingMicrosoft.Win32.Registry.AccessControl,System.Configuration.ConfigurationManager, andSystem.Diagnostics.DiagnosticSourceto version9.0.0-preview.6.24327.7.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.- [ ] Issue filed:
(which runs in a different PS Host).