Skip to content

Commit df7367c

Browse files
committed
Update to .NET Core 2.1.301 SDK
1 parent dea9680 commit df7367c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addons:
2222
osx_image: xcode7.2
2323

2424
# Ensure that .NET Core is installed
25-
dotnet: 2.1.300
25+
dotnet: 2.1.301
2626
# Ensure Mono is installed
2727
mono: latest
2828

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222

2323
build_script:
2424
# Install .NET Core SDK
25-
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.300
25+
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.301
2626
- ps: .\build.ps1
2727

2828
test: off

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.300"
3+
"version": "2.1.301"
44
}
55
}

0 commit comments

Comments
 (0)