diff options
author | Oren Novotny <oren@novotny.org> | 2020-02-24 10:27:38 -0500 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2020-02-24 11:08:50 -0500 |
commit | c0f3b043731142ac9a970ece5a0c281858e5a565 (patch) | |
tree | 05d1f7c18423ad8d93d609f8a5175249b99a26da | |
parent | Merge pull request #23 from novotnyllc/dependabot/nuget/coverlet.collector-1.2.0 (diff) | |
download | BouncyCastle.NET-ed25519-c0f3b043731142ac9a970ece5a0c281858e5a565.tar.xz |
use latest sdk to build
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2c2861101..5d0c4bf5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ stages: steps: - task: UseDotNet@2 inputs: - version: 3.0.x + version: 3.1.x performMultiLevelLookup: true - task: DotNetCoreCLI@2 |