Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
TravisEz13 merged 8 commits intomasterfromUpdateDotnet10
Mar 19, 2025
Merged

Bump .NET to 10 preview.1#25154

TravisEz13 merged 8 commits intomasterfromUpdateDotnet10
Mar 19, 2025

Conversation

@adityapatwardhan
Copy link
Member

@adityapatwardhanadityapatwardhan commentedMar 11, 2025
edited
Loading

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:

  • UpdatedTargetFramework fromnet9.0 tonet10.0 in 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]
  • UpdatedFramework parameter in PowerShell build scripts tonet10.0.[1][2][3]

Package Updates:

  • Updated various package references in project files to their latest versions, includingSystem.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]
  • Removed certain package references due to NU1510 errors, such asSystem.Text.Encodings.Web,System.Security.AccessControl, andSystem.Diagnostics.DiagnosticSource.[1][2]

SDK Version Update:

  • Updated the .NET SDK version inglobal.json to10.0.100-preview.1.25120.13.

Script and Build Updates:

  • Updated target runtime version inClear-NativeDependencies function andInvoke-OpenCover script tov10.0.[1][2]

PR Context

PR Checklist

@adityapatwardhanadityapatwardhan requested a review froma team as acode ownerMarch 11, 2025 21:35
@adityapatwardhanadityapatwardhan added the CL-BuildPackagingIndicates that a PR should be marked as a build or packaging change in the Change Log labelMar 11, 2025
@adityapatwardhan
Copy link
MemberAuthor

/azp list

@azure-pipelines
Copy link

@adityapatwardhan
Copy link
MemberAuthor

/azp run PowerShell-Windows-Packaging-CI, PowerShell-CI-linux-packaging

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@adityapatwardhan
Copy link
MemberAuthor

/azp run PowerShell-Windows-Packaging-CI, PowerShell-CI-linux-packaging

@azure-pipelines
Copy link

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" /-->
Copy link
Collaborator

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.

@adityapatwardhan
Copy link
MemberAuthor

/azp run PowerShell-Windows-Packaging-CI, PowerShell-CI-linux-packaging

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@TravisEz13TravisEz13 merged commiteef334d intomasterMar 19, 2025
42 checks passed
@TravisEz13TravisEz13 deleted the UpdateDotnet10 branchMarch 19, 2025 22:48
@microsoft-github-policy-service
Copy link
Contributor

microsoft-github-policy-servicebot commentedMar 19, 2025
edited by unfurl-linksbot
Loading

📣 Hey@adityapatwardhan, how did we do? We would love to hear your feedback with the link below! 🗣️

🔗https://aka.ms/PSRepoFeedback

@iSazonov
Copy link
Collaborator

iSazonov commentedMar 20, 2025
edited by unfurl-linksbot
Loading

There is Preview 2 alreadyhttps://devblogs.microsoft.com/dotnet/dotnet-10-preview-2/

.NET Blog
Find out about the new features in .NET 10 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@iSazonoviSazonoviSazonov left review comments

@TravisEz13TravisEz13TravisEz13 approved these changes

Assignees

No one assigned

Labels

CL-BuildPackagingIndicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@adityapatwardhan@iSazonov@TravisEz13

[8]ページ先頭

©2009-2025 Movatter.jp