Skip to content

Commit

Permalink
Bump .NET SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Dec 23, 2024
1 parent 4d2f683 commit 1109c88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"

env:
Expand All @@ -16,10 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup .NET 8 SDK
- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.x"
dotnet-version: "9.x"

- name: Test
run: dotnet test --collect:"XPlat Code Coverage"
Expand Down
2 changes: 1 addition & 1 deletion Scrutor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3F8D19AB-70F
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA96AC3B-130F-4415-9D22-0074ECF8880F}"
ProjectSection(SolutionItems) = preProject
Build.ps1 = Build.ps1
NuGet.Config = NuGet.Config
README.md = README.md
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{34EEB067-2738-4DD0-8596-D67A9461833A}"
Expand Down

0 comments on commit 1109c88

Please sign in to comment.