We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae4f7c commit 544857eCopy full SHA for 544857e
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install .NET
18
uses: actions/setup-dotnet@v4
19
with:
20
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
21
22
- name: Restore dependencies
23
run: dotnet restore src
@@ -36,7 +36,7 @@ jobs:
36
shell: bash
37
run: |
38
echo "Running CodeGenerator"
39
- bin/Release/CodeGenerator/net7.0/CodeGenerator.exe "src/ImGui.NET/Generated"
+ bin/Release/CodeGenerator/net8.0/CodeGenerator.exe "src/ImGui.NET/Generated"
40
git status -s | findstr . && echo "ERROR: CodeGenerator is not executed, please execute it." && exit 1 || exit 0
41
42
- name: Publish to nuget.org
0 commit comments