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 a3fda60 commit 4904769Copy full SHA for 4904769
.github/workflows/dotnet.yml
@@ -13,22 +13,18 @@ jobs:
13
build:
14
name: Build with .NET ${{ matrix.netversion }}
15
16
- strategy:
17
- matrix:
18
- netversion: [7, 8, 9]
19
-
20
runs-on: ubuntu-latest
21
22
steps:
23
- uses: actions/checkout@v3
24
- - name: Setup .NET ${{ matrix.netversion }}
+ - name: Setup .NET 9
25
uses: actions/setup-dotnet@v3
26
with:
27
dotnet-version: 9.x
28
- name: Restore
29
run: dotnet restore
30
- name: Build
31
- run: dotnet build --no-restore --framework net${{ matrix.netversion }}.0
+ run: dotnet build --no-restore
32
- name: Upload
33
uses: actions/upload-artifact@v4
34
0 commit comments