We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e3edc commit 1bb70beCopy full SHA for 1bb70be
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Setup .NET
52
uses: actions/[email protected]
53
with:
54
- dotnet-version: '9.0.100-rc.1.24452.12'
+ dotnet-version: '9.0.100-rc.2.24474.11'
55
include-prerelease: true
56
57
- run: |
build/ci/dotnet-install.yml
@@ -1,5 +1,5 @@
1
parameters:
2
- DotNetVersion: '9.0.100-rc.1.24452.12'
+ DotNetVersion: '9.0.100-rc.2.24474.11'
3
4
steps:
5
0 commit comments