File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020
2121 - name : Install .NET Core
22- uses : actions/setup-dotnet@v4
22+ uses : actions/setup-dotnet@v5
2323 with :
2424 dotnet-version : |
25+ 10.0.x
2526 9.0.x
2627 8.0.x
2728
4950 with :
5051 tag_name : ${{ github.event.inputs.version }}
5152 generate_release_notes : true
52- files : StableDiffusion.NET/bin/Release/net9 .0/StableDiffusion.NET.dll
53+ files : StableDiffusion.NET/bin/Release/net10 .0/StableDiffusion.NET.dll
5354
5455 - name : Nuget Push
5556 id : nuget_push
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net9.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net10.0; net9.0;net8.0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
77
You can’t perform that action at this time.
0 commit comments