- Notifications
You must be signed in to change notification settings - Fork7.7k
[release/v7.4] Fix backport mistake in #24429#24545
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
linux container issues fixed here:#24543 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM!
37ef282
intoPowerShell:release/v7.4Uh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedNov 4, 2024 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
Fix backport mistake in#24429
This pull request includes updates to the package references in two project files to use stable versions instead of preview versions.
Package reference updates:
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
: UpdatedSystem.Threading.AccessControl
to version8.0.0
andSystem.Drawing.Common
to version8.0.10
.test/tools/TestService/TestService.csproj
: UpdatedMicrosoft.Windows.Compatibility
to version8.0.1
and removed the reference toSystem.Formats.Asn1
.