diff --git a/.github/workflows/docfx_deploy.yml b/.github/workflows/docfx_deploy.yml index d299ef6f..91a3c14e 100644 --- a/.github/workflows/docfx_deploy.yml +++ b/.github/workflows/docfx_deploy.yml @@ -30,8 +30,8 @@ jobs: - name: 🚧 Restore dependencies run: dotnet restore - - name: 🚧 Build Project Release R23 - run: dotnet build -c "Release R23" -p:Configuration=R23 + - name: 🚧 Build Project Release R24 + run: dotnet build -c "Release R24" -p:Configuration=R24 - name: 📚 Build Docs working-directory: docs diff --git a/docs/docfx.json b/docs/docfx.json index 03c8b220..75de073e 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -16,7 +16,11 @@ "includePrivateMembers": false, "disableGitFeatures": false, "disableDefaultFilter": false, - "namespaceLayout": "flattened" + "namespaceLayout": "flattened", + "properties": { + "TargetFramework": "net48" + }, + "noRestore": true } ], "build": {