Skip to content

Commit

Permalink
chore(deps): update dotnet sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Mar 18, 2024
1 parent bdc1ccd commit 3d025a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: |
8.0.201
8.0.203
7.0.404
- name: Build library
run: dotnet build -c Release -v normal
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: |
8.0.201
8.0.203
7.0.404
- name: Autobuild
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.201",
"version": "8.0.203",
"rollForward": "latestMinor"
}
}

0 comments on commit 3d025a0

Please sign in to comment.