We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ebed9 commit a5a9420Copy full SHA for a5a9420
.github/workflows/build.yml
@@ -20,6 +20,10 @@ jobs:
20
uses: actions/setup-dotnet@v4
21
with:
22
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
27
- name: Restore Google.Authenticator
28
run: dotnet restore ./Google.Authenticator/Google.Authenticator.csproj
29
- name: Restore Google.Authenticator.Tests
0 commit comments