Skip to content

Commit 190f3c1

Browse files
Update README.md
Updated to reflect dotnet 10
1 parent 0575c3e commit 190f3c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
format:
5050
uses: Github Organization Name/shared-workflows/.github/workflows/format.yml@main
5151
with:
52-
dotnet_version: "9.0.x"
52+
dotnet_version: "10.0.x"
5353
secrets:
5454
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
```
@@ -75,7 +75,7 @@ jobs:
7575
test:
7676
uses: Github Organization Name/shared-workflows/.github/workflows/run_tests.yml@main
7777
with:
78-
dotnet_version: "9.0.x"
78+
dotnet_version: "10.0.x"
7979
solution_name: ${{ vars.SOLUTION_NAME }}
8080
secrets:
8181
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)