Skip to content

Commit

Permalink
added .net 8.0 support to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatanzariti committed Apr 1, 2024
1 parent f05a7f3 commit 0f3892e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: build
run: dotnet build -c Release src/Dahomey.Cbor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: setup
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: build
run: dotnet pack -p:Version=${GITHUB_REF##*/} -p:FileVersion=${GITHUB_REF##*/} -p:AssemblyVersion=${GITHUB_REF##*/} -c Release src/Dahomey.Cbor
Expand Down

0 comments on commit 0f3892e

Please sign in to comment.