Skip to content

Commit 8addb2c

Browse files
Add .net 7
1 parent 55f889c commit 8addb2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/buildandtest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
dotnet-version: 6.0.x
3131

32+
- name: Setup .NET Core SDK 7
33+
uses: actions/setup-dotnet@v2
34+
with:
35+
dotnet-version: 7.0.x
36+
3237
- name: Install dependencies
3338
run: dotnet restore src/RestClient.Net.sln
3439

0 commit comments

Comments
 (0)