Skip to content

Commit

Permalink
Merge pull request #284 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.403
  • Loading branch information
alexanderlinne authored Oct 25, 2024
2 parents 8e786f4 + e393cd6 commit 7fd68bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: 8.0.303
dotnet-version: 8.0.403
- name: Install tools
run: dotnet tool restore
- name: Check formatting
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: 8.0.303
dotnet-version: 8.0.403
- name: Run tests
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
- name: Upload coverage reports to Codecov
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: 8.0.303
dotnet-version: 8.0.403
- name: Run tests
run: dotnet test -c Debug
publish-docs:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: 8.0.303
dotnet-version: 8.0.403
- name: Build
run: dotnet build -c Release
- name: Pack
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": {
"version": "8.0.303",
"version": "8.0.403",
"rollForward": "latestMajor",
"allowPrerelease": true
}
Expand Down

0 comments on commit 7fd68bc

Please sign in to comment.