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 0d5a711 commit f4593e3Copy full SHA for f4593e3
1 file changed
.github/workflows/publish.yml
@@ -34,7 +34,9 @@ jobs:
34
- name: Setup .NET
35
uses: actions/setup-dotnet@v4
36
with:
37
- dotnet-version: '8.x'
+ dotnet-version: |
38
+ 8.x
39
+ 9.x
40
- run: dotnet msbuild OpenAC.Net.NFSe.sln -property:Configuration=Release -property:platform="Any CPU"
41
working-directory: src
42
- run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }}
0 commit comments