We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686a8dc commit 4c9177eCopy full SHA for 4c9177e
azure-pipelines.yml
@@ -53,7 +53,7 @@ jobs:
53
- task: UseDotNet@2
54
displayName: 'Install .NET Core SDK'
55
inputs:
56
- version: 5.0.301
+ version: 5.0.302
57
performMultiLevelLookup: true
58
59
- powershell: .\build\build.ps1 --target=Build
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "5.0.301"
+ "version": "5.0.302"
4
},
5
"msbuild-sdks": {
6
"MSBuild.Sdk.Extras": "3.0.23"
0 commit comments