Skip to content

Commit 5ed969e

Browse files
committed
Updated to .NET 5.0.300 SDK.
1 parent 711b81d commit 5ed969e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- task: UseDotNet@2
5454
displayName: 'Install .NET Core SDK'
5555
inputs:
56-
version: 5.0.202
56+
version: 5.0.300
5757
performMultiLevelLookup: true
5858

5959
- powershell: .\build\build.ps1 --target=Build

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.202"
3+
"version": "5.0.300"
44
},
55
"msbuild-sdks": {
66
"MSBuild.Sdk.Extras": "3.0.23"

0 commit comments

Comments
 (0)