Skip to content

Commit

Permalink
bump to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Dec 22, 2023
1 parent f6be00f commit 8c40d57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- name: "Install .NET SDK"
uses: actions/[email protected]
with:
dotnet-version: |
7.0.x
global-json-file: "./global.json"

- name: "dotnet build"
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "latestMinor",
"version": "7.0.100"
"version": "8.0.100"
}
}

0 comments on commit 8c40d57

Please sign in to comment.