Skip to content

Commit

Permalink
Use dotnet SDK 9 and target net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Nov 18, 2024
1 parent 7b302bd commit bc8ab4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
dotnet-version: 9.0.x

- name: Checkout Npgsql
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dest": "obj/api/Npgsql",
"properties":
{
"TargetFramework": "net8.0"
"TargetFramework": "net9.0"
}
},
{
Expand All @@ -28,7 +28,7 @@
"dest": "obj/api/EFCore.PG",
"properties":
{
"TargetFramework": "net8.0"
"TargetFramework": "net9.0"
}
}
],
Expand Down

0 comments on commit bc8ab4c

Please sign in to comment.