Skip to content

Commit

Permalink
Update dotnet-nuget.yml
Browse files Browse the repository at this point in the history
feat: add .net6 support
  • Loading branch information
sun128764 authored Oct 8, 2023
1 parent 8b51d05 commit eaffa27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: |
6.x
7.x
- name: Publish the application
run: dotnet pack AssParser.Lib --configuration ${{ matrix.configuration }} -p:PackageVersion=$RELEASE_VERSION
Expand Down

0 comments on commit eaffa27

Please sign in to comment.