Skip to content

Commit

Permalink
chore(actions): bump dotnet to 7.0.400
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 25, 2023
1 parent 94b362e commit 0a6f2fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.306
dotnet-version: 7.0.400
- name: Build library
run: dotnet build -c Release -v normal
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.306",
"version": "7.0.400",
"rollForward": "latestMinor"
}
}

0 comments on commit 0a6f2fc

Please sign in to comment.