Skip to content

Commit 58ec712

Browse files
committed
Removed .net core version pinning, and updated the build pipeline to a .Net Core 3.1.
1 parent afed92f commit 58ec712

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
- task: UseDotNet@2
2929
inputs:
3030
packageType: 'sdk'
31-
version: '3.0.100'
31+
version: '3.1.101'
3232
displayName: Use .NET Core sdk
3333

3434
- task: DotNetCoreCLI@2

global.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"sdk": {
3-
"version": "3.0.100"
4-
},
52
"msbuild-sdks": {
63
"MSBuild.Sdk.Extras": "2.0.54"
74
}

0 commit comments

Comments
 (0)