Skip to content

Commit a5a9420

Browse files
authored
add .NET 7 for tests
1 parent 47ebed9 commit a5a9420

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: 6.0.x
23+
- name: Setup .NET 7.0
24+
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 7.0.x
2327
- name: Restore Google.Authenticator
2428
run: dotnet restore ./Google.Authenticator/Google.Authenticator.csproj
2529
- name: Restore Google.Authenticator.Tests

0 commit comments

Comments
 (0)