Skip to content

Commit 85bc844

Browse files
v30.1.37
1 parent e3409ee commit 85bc844

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Setup .NET9
20-
uses: actions/setup-dotnet@v4
21-
with:
22-
dotnet-version: 9.0.x
2319
- name: Setup .NET8
2420
uses: actions/setup-dotnet@v4
2521
with:
2622
dotnet-version: 8.0.x
27-
- name: Build NET8
23+
- name: Setup .NET9
24+
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 9.0.x
27+
- name: Build Showcase
2828
run: dotnet build LoanCalculator.csproj

0 commit comments

Comments
 (0)