diff --git a/Google.Authenticator/Google.Authenticator.csproj b/Google.Authenticator/Google.Authenticator.csproj index 34fe6e7..740c33c 100644 --- a/Google.Authenticator/Google.Authenticator.csproj +++ b/Google.Authenticator/Google.Authenticator.csproj @@ -6,7 +6,7 @@ Google Authenticator Two-Factor Authentication Library (Not officially affiliated with Google.) Brandon Potter Brandon Potter - 3.3.0-beta1 + 3.3.0 Added the ability to use a different Time Step than the default 30 seconds Apache-2.0 https://github.com/BrandonPotter/GoogleAuthenticator diff --git a/build/azure-pipeline.yaml b/build/azure-pipeline.yaml index c3b75c8..803adb1 100644 --- a/build/azure-pipeline.yaml +++ b/build/azure-pipeline.yaml @@ -34,6 +34,18 @@ jobs: - script: dotnet build ./Google.Authenticator.Tests/Google.Authenticator.Tests.csproj --configuration $(buildConfiguration) --no-restore --no-dependencies displayName: build tests + + - task: UseDotNet@2 + displayName: Install dotnet 6 + inputs: + packageType: sdk + version: 6.x + + - task: UseDotNet@2 + displayName: Install dotnet 7 + inputs: + packageType: sdk + version: 7.x - task: DotNetCoreCLI@2 displayName: test