Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add explicit rc1 version to dotnet.yml
  • Loading branch information
JoshLozensky committed Oct 23, 2025
commit 1d76aa31616ba33e3b9da8e089c1e61de60f673b
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
with:
global-json-file: ./global.json

- name: Setup latest .NET 10 preview SDK
- name: Setup latest .NET 10 RC SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
dotnet-version: 10.0.100-rc.1.25451.107

- name: Strong name bypass
run: |
Expand Down