Skip to content

Conversation

@filzrev
Copy link
Contributor

@filzrev filzrev commented Feb 26, 2025

This PR add .NET 10 target for nightly build CI.

What changed in this PR

1. .github/workflows/nightly.yml

  • Add build/test settings for .NET 10 (and .NET 8 (LTS))
  • Remove Report failed tests step.

2. .github/workflows/reports.yml

  • Add nightly build CI as trigger

3. Directory.Build.props

  • Modify nightly build CI target framework to .NET8(LTS) / .NET 10

4. Other changes

When build project with .NET SDK 10 Preview.
NU1511 warnings are reported for following packages.

  • System.Collections.Immutable
  • System.Text.Json
  • System.Formats.Asn1

Currently there is no need to use latest NuGet packages.
So I've removed these references from projects.

@yufeih yufeih merged commit fafafd2 into dotnet:main Mar 3, 2025
10 checks passed
@yufeih
Copy link
Contributor

yufeih commented Mar 3, 2025

Thank you @filzrev

@filzrev filzrev deleted the chore-add-net10-support branch March 3, 2025 10:02
This was referenced Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants