Skip to content

Commit cf7fa94

Browse files
committed
build: update SDK
1 parent 8d53bce commit cf7fa94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildsystem/base-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ steps:
33
displayName: 'Use .NET Core SDK'
44
inputs:
55
packageType: sdk
6-
version: 6.0.300
6+
version: 6.0.400
77

88
- bash: |
99
dotnet workload install android

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"MSBuild.Sdk.Extras": "3.0.44"
44
},
55
"sdk": {
6-
"version": "6.0.300"
6+
"version": "6.0.400"
77
}
88
}

0 commit comments

Comments
 (0)