Skip to content

Commit 50289e7

Browse files
committed
(build) update to .net core 3.1 sdk
1 parent 37c67a0 commit 50289e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
CAKE_VERSION=0.35
3-
DOTNET_VERSION=2.1.802,3.0.100
3+
DOTNET_VERSION=2.1.802,3.1.100

build/stages/common-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ steps:
1010
packageType: sdk
1111
version: 2.1.802
1212
- task: UseDotNet@2
13-
displayName: 'Use .NET Core sdk 3.0'
13+
displayName: 'Use .NET Core sdk 3.1'
1414
inputs:
1515
packageType: sdk
16-
version: 3.0.100
16+
version: 3.1.100
1717
- task: Bash@3
1818
displayName: 'Env Vars'
1919
inputs:

0 commit comments

Comments
 (0)