Skip to content

Commit 4c9177e

Browse files
committed
Updated to .Net 5.0.302.
1 parent 686a8dc commit 4c9177e

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.301
56+
version: 5.0.302
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.301"
3+
"version": "5.0.302"
44
},
55
"msbuild-sdks": {
66
"MSBuild.Sdk.Extras": "3.0.23"

0 commit comments

Comments
 (0)