Skip to content

Commit

Permalink
Merge pull request #249 from TNG/renovate/dotnet-version
Browse files Browse the repository at this point in the history
chore(deps): update dependency dotnet-sdk to v8.0.204
  • Loading branch information
alexanderlinne authored Apr 12, 2024
2 parents 708ebcf + 7c6f8f7 commit df1a6bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: 8.0.203
dotnet-version: 8.0.204
- name: Install tools
run: dotnet tool restore
- name: Check formatting
Expand All @@ -34,6 +34,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: 8.0.203
dotnet-version: 8.0.204
- name: Run tests
run: dotnet test -c Debug
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.203",
"version": "8.0.204",
"rollForward": "latestMajor",
"allowPrerelease": true
}
Expand Down

0 comments on commit df1a6bb

Please sign in to comment.