Skip to content

Commit 59133b2

Browse files
authored
Merge pull request #46 from DarthAffe/net9_build
Updated build for net9
2 parents fe9ab47 + 3ee5fb9 commit 59133b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Install .NET Core
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: 8.0.x
24+
dotnet-version: |
25+
9.0.x
26+
8.0.x
2527
2628
- name: Restore dependencies
2729
run: dotnet restore StableDiffusion.NET
@@ -47,7 +49,7 @@ jobs:
4749
with:
4850
tag_name: ${{ github.event.inputs.version }}
4951
generate_release_notes: true
50-
files: StableDiffusion.NET/bin/Release/net8.0/StableDiffusion.NET.dll
52+
files: StableDiffusion.NET/bin/Release/net9.0/StableDiffusion.NET.dll
5153

5254
- name: Nuget Push
5355
id: nuget_push

0 commit comments

Comments
 (0)