Move packaging to .NET 8

This commit is contained in:
Daniel J. Summers 2024-01-30 22:58:45 -05:00 committed by GitHub
parent 59246ae7f5
commit 90de16529c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0"
dotnet-version: "8.0"
- name: Package Common library
run: dotnet pack src/Common/Giraffe.Htmx.Common.fsproj -c Release
- name: Move Common package