-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to 9.0.0-preview.6.24327.7 #24133
Conversation
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.
/azp run powershell-ci-linux |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run powershell-ci-macos |
Commenter does not have sufficient privileges for PR 24133 in repo PowerShell/PowerShell |
/azp run powershell-ci-macos |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run powershell-ci-macos |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run powershell-ci-windows |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run powershell-ci-windows-packaging-ci |
No pipelines are associated with this pull request. |
/azp run powershell-ci-static-analysis |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run powershell-windows-packaging-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run powershell-ci-macos |
Azure Pipelines successfully started running 1 pipeline(s). |
📣 Hey @TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
--------- Co-authored-by: James Truher [MSFT] <jimtru@microsoft.com>
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-preview6
and 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.PerformanceCounter
to version9.0.0-preview.6.24327.7
.src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj
: UpdatedSystem.ServiceProcess.ServiceController
to version9.0.0-preview.6.24327.7
.src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
: UpdatedSystem.Threading.AccessControl
andSystem.Drawing.Common
to version9.0.0-preview.6.24327.7
.src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj
: UpdatedSystem.Diagnostics.EventLog
to 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.Web
to version9.0.0-preview.6.24327.7
.src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj
: UpdatedSystem.ServiceProcess.ServiceController
to 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.DiagnosticSource
to version9.0.0-preview.6.24327.7
.PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).