Skip to content

Commit cd8a308

Browse files
committed
updated .net sdk to 2.1.504
1 parent 00b9951 commit cd8a308

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: csharp
22
sudo: required
33
dist: trusty
4-
dotnet: 2.1.503
4+
dotnet: 2.1.504
55
mono:
66
- latest
77
os:

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
DOTNET_SDK_VERSION: '2.1.503'
2+
DOTNET_SDK_VERSION: '2.1.504'
33
DOTNET_PACKAGE_TYPE: 'sdk'
44
RUBY_VERSION: '2.5'
55

build.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
CAKE_VERSION=0.32.1
3-
DOTNET_VERSION=2.1.503
3+
DOTNET_VERSION=2.1.504

src/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.503"
3+
"version": "2.1.504"
44
}
55
}

0 commit comments

Comments
 (0)