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.
2 parents 3277b77 + 800a8d0 commit b20a32fCopy full SHA for b20a32f
3 files changed
.github/workflows/ci.yml
@@ -27,8 +27,8 @@ jobs:
27
- uses: actions/setup-dotnet@v4.3.1
28
with:
29
dotnet-version: |
30
- 8.0.407
31
- 9.0.202
+ 8.0.416
+ 9.0.308
32
- uses: actions/checkout@v4.2.2
33
34
fetch-depth: 0
.github/workflows/infer-sharp.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
13
14
- dotnet-version: '9.0.202'
+ dotnet-version: '9.0.308'
15
16
- run: dotnet build
17
- run: ls -al
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
- dotnet-version: 9.0.202
+ dotnet-version: 9.0.308
18
- run: dotnet build --configuration Release --nologo
19
- name: push
0 commit comments