Skip to content

Commit aed67d2

Browse files
author
Muhammad Rehan Saeed
committed
Upgrade to .NET Core SDK 3.1.101
1 parent 7598cfb commit aed67d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77
tags:
88
- '*'
9-
9+
1010
env:
1111
# Set the DOTNET_SKIP_FIRST_TIME_EXPERIENCE environment variable to stop wasting time caching packages
1212
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
@@ -28,7 +28,7 @@ jobs:
2828
- name: 'Install .NET Core SDK'
2929
uses: actions/setup-dotnet@v1
3030
with:
31-
dotnet-version: 3.1.100
31+
dotnet-version: 3.1.101
3232
- name: 'Dotnet Cake Build'
3333
uses: ecampidoglio/[email protected]
3434
with:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build_script:
2525
- sh: sudo dpkg -i packages-microsoft-prod.deb
2626
- sh: sudo apt update
2727
- sh: sudo apt install -y apt-transport-https dotnet-sdk-3.1
28-
- cmd: choco install dotnetcore-sdk --no-progress --confirm --version 3.1.100
28+
- cmd: choco install dotnetcore-sdk --no-progress --confirm --version 3.1.101
2929
- pwsh: dotnet tool install --global Cake.Tool
3030
- pwsh: dotnet cake --target=Build
3131
- pwsh: dotnet cake --target=Test

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stages:
3939
displayName: 'Install .NET Core SDK'
4040
inputs:
4141
packageType: 'sdk'
42-
version: '3.1.100'
42+
version: '3.1.101'
4343
- script: 'dotnet tool install --global Cake.Tool'
4444
displayName: 'Install Cake Tool'
4545
failOnStderr: true

0 commit comments

Comments
 (0)