Skip to content

Commit f4593e3

Browse files
committed
Ajustado o script de builda para .net 9.
1 parent 0d5a711 commit f4593e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
- name: Setup .NET
3535
uses: actions/setup-dotnet@v4
3636
with:
37-
dotnet-version: '8.x'
37+
dotnet-version: |
38+
8.x
39+
9.x
3840
- run: dotnet msbuild OpenAC.Net.NFSe.sln -property:Configuration=Release -property:platform="Any CPU"
3941
working-directory: src
4042
- run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }}

0 commit comments

Comments
 (0)