Skip to content

Commit 3906ae8

Browse files
committed
change to a travis compatible sdk version
1 parent 407be6d commit 3906ae8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HashDepot.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34D97138-4E86-41C6-BA85-05B80AE1D7A4}"
99
ProjectSection(SolutionItems) = preProject
1010
.gitignore = .gitignore
11+
.travis.yml = .travis.yml
1112
global.json = global.json
1213
LICENSE = LICENSE
1314
README.md = README.md

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.300"
44
}
55
}

0 commit comments

Comments
 (0)