- Notifications
You must be signed in to change notification settings - Fork8.1k
Bump .NET to 10 preview.1#25154
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
/azp list |
| CI/CD Pipelines for this repository: |
/azp run PowerShell-Windows-Packaging-CI, PowerShell-CI-linux-packaging |
| Azure Pipelines successfully started running 2 pipeline(s). |
/azp run PowerShell-Windows-Packaging-CI, PowerShell-CI-linux-packaging |
| Azure Pipelines successfully started running 2 pipeline(s). |
| <PackageReferenceInclude="System.IO.Packaging"Version="10.0.0-preview.1.25080.5" /> | ||
| <PackageReferenceInclude="System.Net.Http.WinHttpHandler"Version="10.0.0-preview.1.25080.5" /> | ||
| <!-- Removing due to NU1510--> | ||
| <!-- PackageReference Include="System.Text.Encodings.Web" Version="9.0.2" /--> |
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.
These comments don't seem helpful.
/azp run PowerShell-Windows-Packaging-CI, PowerShell-CI-linux-packaging |
| Azure Pipelines successfully started running 2 pipeline(s). |
eef334d intomasterUh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedMar 19, 2025 • 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@adityapatwardhan, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
iSazonov commentedMar 20, 2025 • 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.
There is Preview 2 alreadyhttps://devblogs.microsoft.com/dotnet/dotnet-10-preview-2/
|

Uh oh!
There was an error while loading.Please reload this page.
PR Summary
This pull request includes updates to target the .NET 10.0 framework and upgrade various package dependencies to their latest versions. The most important changes are grouped into framework updates and package updates.
Framework Updates:
TargetFrameworkfromnet9.0tonet10.0in multiple project files, includingPowerShell.Common.props,PowerShell.Windows.x64.csproj,PSGalleryModules.csproj,ResGen.csproj,TypeCatalogGen.csproj,Test.Common.props, and others.[1][2][3][4][5][6]Frameworkparameter in PowerShell build scripts tonet10.0.[1][2][3]Package Updates:
System.Diagnostics.PerformanceCounter,System.ServiceProcess.ServiceController,System.Threading.AccessControl,System.Drawing.Common,System.Diagnostics.EventLog,Microsoft.Bcl.AsyncInterfaces,Microsoft.Extensions.ObjectPool,Microsoft.Windows.Compatibility,Microsoft.CodeAnalysis.CSharp,Microsoft.CodeAnalysis.Analyzers, and others.[1][2][3][4][5][6][7][8]System.Text.Encodings.Web,System.Security.AccessControl, andSystem.Diagnostics.DiagnosticSource.[1][2]SDK Version Update:
global.jsonto10.0.100-preview.1.25120.13.Script and Build Updates:
Clear-NativeDependenciesfunction andInvoke-OpenCoverscript tov10.0.[1][2]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).