diff --git a/build.yml b/build.yml index c153289..0d75ad0 100644 --- a/build.yml +++ b/build.yml @@ -1,7 +1,7 @@ steps: - task: UseDotNet@2 inputs: - version: 2.2.401 + version: 2.2.402 displayName: Install .NET Core SDK - script: dotnet restore diff --git a/eng/azure-pipelines-nightly.yml b/eng/azure-pipelines-nightly.yml index 65ce002..dbc8a6c 100644 --- a/eng/azure-pipelines-nightly.yml +++ b/eng/azure-pipelines-nightly.yml @@ -3,7 +3,7 @@ pool: steps: - task: UseDotNet@2 inputs: - version: 2.2.401 + version: 2.2.402 - powershell: .\eng\nightly.ps1 -apiKey $env:APIKEY -source $env:SOURCE ignoreLASTEXITCODE: true diff --git a/global.json b/global.json index fff9c9c..323ede7 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.401" + "version": "2.2.402" } } \ No newline at end of file