Skip to content

Commit 7283e81

Browse files
committed
build: use latest .NET Core SDK 3.1.201 to build
Use the latest .NET Core 3.1.x SDK to build since we are using the new WindowsDesktop project SDK. We are not targeting .NET Core 3.1 yet, but need the newer toolchain.
1 parent d8cc644 commit 7283e81

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.azure-pipelines/templates/osx/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
steps:
22
- task: DotNetCoreInstaller@0
3-
displayName: Install .NET Core SDK 2.2.100
3+
displayName: Install .NET Core SDK 3.1.201
44
inputs:
55
packageType: sdk
6-
version: '2.2.100'
6+
version: '3.1.201'
77

88
- task: DotNetCoreCLI@2
99
displayName: Compile common code and macOS Helpers

.azure-pipelines/templates/osx/pack.signed/step3-pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ steps:
77
downloadPath: '$(Build.StagingDirectory)/payload'
88

99
- task: DotNetCoreInstaller@0
10-
displayName: Install .NET Core SDK 2.2.100
10+
displayName: Install .NET Core SDK 3.1.201
1111
inputs:
1212
packageType: sdk
13-
version: '2.2.100'
13+
version: '3.1.201'
1414

1515
- script: dotnet tool install --global nbgv
1616
displayName: Install Nerdbank.GitVersioning tool

.azure-pipelines/templates/windows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ steps:
66
signType: '$(SignType)'
77

88
- task: DotNetCoreInstaller@0
9-
displayName: Install .NET Core SDK 2.2.100
9+
displayName: Install .NET Core SDK 3.1.201
1010
inputs:
1111
packageType: sdk
12-
version: '2.2.100'
12+
version: '3.1.201'
1313

1414
- task: NuGetToolInstaller@0
1515
displayName: Install NuGet tool >=4.3.0

0 commit comments

Comments
 (0)