Skip to content

Commit ee25257

Browse files
author
Petr Sramek
committed
updated .NET version to 9.0.x
1 parent 4aca7b5 commit ee25257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 8.0.x
22+
dotnet-version: 9.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Dotnet Setup
3030
uses: actions/setup-dotnet@v3
3131
with:
32-
dotnet-version: 8.x
32+
dotnet-version: 9.0.x
3333

3434
- run: dotnet tool update -g docfx
3535
- run: docfx ./docs/docfx.json

0 commit comments

Comments
 (0)