Skip to content

Commit 544857e

Browse files
authored
Update GH .net version (#487)
1 parent 6ae4f7c commit 544857e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install .NET
1818
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: 7.0.x
20+
dotnet-version: 8.0.x
2121

2222
- name: Restore dependencies
2323
run: dotnet restore src
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
run: |
3838
echo "Running CodeGenerator"
39-
bin/Release/CodeGenerator/net7.0/CodeGenerator.exe "src/ImGui.NET/Generated"
39+
bin/Release/CodeGenerator/net8.0/CodeGenerator.exe "src/ImGui.NET/Generated"
4040
git status -s | findstr . && echo "ERROR: CodeGenerator is not executed, please execute it." && exit 1 || exit 0
4141
4242
- name: Publish to nuget.org

0 commit comments

Comments
 (0)