Skip to content

Commit 6884753

Browse files
author
Jani Giannoudis
committed
fix: target net10.0 for build and DocFX DLL path
1 parent 18dec45 commit 6884753

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: '9.0.x'
30+
dotnet-version: '10.0.x'
3131

3232
- name: Configure GitHub Packages source
3333
run: |

docfx/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"src": [
55
{
6-
"files": [ "**/bin/Release/net9.0/PayrollEngine.Client.Scripting.dll" ],
6+
"files": [ "Client.Scripting/bin/Release/net10.0/PayrollEngine.Client.Scripting.dll" ],
77
"src": "../"
88
}
99
],

0 commit comments

Comments
 (0)