Skip to content

10.0.x does not install .NET 10 preview.3 #625

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

Open
4 of 5 tasks
martincostello opened this issue Apr 11, 2025 · 2 comments
Open
4 of 5 tasks

10.0.x does not install .NET 10 preview.3 #625

martincostello opened this issue Apr 11, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@martincostello
Copy link

Description:

.NET 10 preview 3 was released yesterday, but for some reason actions/setup-dotnet is still installing .NET 10 preview 2 when 10.0.x is passed to dotnet-version.

I wonder if there's something needs updating somewhere to do with the recent changes to the host name for the CDN where the .NET assets live?

I had a quick at the release notes JSON and also spotted this mistake, but I don't think that should affect the SDK install? dotnet/core#9852

Task version:

v4.3.1

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Repro steps:

- name: Install .NET SDKs
  uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
  with:
    dotnet-version: |
      6.0.x
      8.0.x
      9.0.x
      10.0.x

Expected behavior:

Version 10.0.100-preview.3.25201.16 of the .NET SDK is installed.

Actual behavior:

Version 10.0.100-preview.2.25164.34 of the .NET SDK is installed.

@priya-kinthali
Copy link

Hello @martincostello👋,
Thank you for reporting this issue. We will investigate it and get back to you as soon as we have some feedback.

@martincostello
Copy link
Author

This seems to have fixed itself since the issue was opened. I'm not sure what would have caused the change though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants