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 0751fae commit 245ceedCopy full SHA for 245ceed
.github/workflows/build.yml
@@ -28,8 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
with:
30
fetch-depth: 0
31
- - name: Setup .NET 9 SDK
32
- uses: actions/setup-dotnet@v4
+ - uses: actions/setup-dotnet@v4
33
34
dotnet-version: |
35
8.0.x
@@ -87,6 +86,11 @@ jobs:
87
86
working-directory: src
88
steps:
89
90
+ with:
91
+ dotnet-version: |
92
+ 8.0.x
93
+ 9.0.x
94
- run: dotnet restore Roslynator.CoreAndTesting.slnf
95
- run: dotnet build Roslynator.CoreAndTesting.slnf --no-restore
96
- run: dotnet pack Roslynator.CoreAndTesting.slnf --no-build -o _nupkg
0 commit comments