Skip to content

Commit

Permalink
it's net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Dec 26, 2024
1 parent afa03f1 commit f498080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Run MarkdownSnippets
run: |
dotnet tool install --global MarkdownSnippets.Tool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Publish docs
runs-on: windows-latest
env:
DOTNET_VERSION: '9.0.x' # The .NET SDK version to use
DOTNET_VERSION: '8.0.x' # The .NET SDK version to use

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f498080

Please sign in to comment.