We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542e9f commit eea09f6Copy full SHA for eea09f6
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup .NET
21
uses: actions/setup-dotnet@v4
22
with:
23
- dotnet-version: 9.0.x
+ dotnet-version: 9.x
24
25
- name: Restore dependencies
26
run: dotnet restore ./src/OneBitSoftware.Utilities.OperationResult.sln
.github/workflows/pull-request-validation.yml
0 commit comments