diff options
-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 7fcf898f..c77485a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ stages: - task: UseDotNet@2
inputs:
packageType: sdk
- version: 2.x
+ version: 3.0.x
- script: |
dotnet restore Timeline/Timeline.csproj --configfile nuget.config
|