From a04629f415e05c554d449358b92b0f1dd916289a Mon Sep 17 00:00:00 2001 From: ikpil Date: Sat, 28 Oct 2023 14:01:15 +0900 Subject: [PATCH] fix: demo framework 7.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f474aa3..8e0bac3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: dotnet build -c Release --no-restore - name: publish - run: dotnet publish src/DotRecast.Recast.Demo -c Release --no-restore --no-self-contained --output working-temp + run: dotnet publish src/DotRecast.Recast.Demo -c Release --framework net7.0 --no-restore --no-self-contained --output working-temp - name: version id: version