Skip to content

Commit 74e4ac2

Browse files
rizijeremydmiller
authored andcommitted
Extend yaml files for net9.0
1 parent 58e124c commit 74e4ac2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/dotnet.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424

25+
- name: Setup .NET 9
26+
uses: actions/setup-dotnet@v3
27+
with:
28+
dotnet-version: 9.0.x
2529
- name: Setup .NET 8
2630
uses: actions/setup-dotnet@v3
2731
with:
@@ -36,4 +40,4 @@ jobs:
3640
dotnet-version: 6.0.x
3741

3842
- name: Test
39-
run: dotnet run -p build/build.csproj -- ci
43+
run: dotnet run --project build/build.csproj -- ci

.github/workflows/publish_lamar.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13+
- name: Setup .NET
14+
uses: actions/setup-dotnet@v1
15+
with:
16+
dotnet-version: 9.0.x
17+
1318
- name: Setup .NET
1419
uses: actions/setup-dotnet@v1
1520
with:

0 commit comments

Comments
 (0)