Updated build for net9

This commit is contained in:
DarthAffe 2025-01-03 15:06:53 +01:00 committed by GitHub
parent fe9ab47378
commit 3ee5fb9487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,9 @@ jobs:
- name: Install .NET Core - name: Install .NET Core
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 8.0.x dotnet-version: |
9.0.x
8.0.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore StableDiffusion.NET run: dotnet restore StableDiffusion.NET
@ -47,7 +49,7 @@ jobs:
with: with:
tag_name: ${{ github.event.inputs.version }} tag_name: ${{ github.event.inputs.version }}
generate_release_notes: true generate_release_notes: true
files: StableDiffusion.NET/bin/Release/net8.0/StableDiffusion.NET.dll files: StableDiffusion.NET/bin/Release/net9.0/StableDiffusion.NET.dll
- name: Nuget Push - name: Nuget Push
id: nuget_push id: nuget_push