We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703550a commit a65d481Copy full SHA for a65d481
.travis.yml
@@ -7,7 +7,7 @@ solution: MoreLinq.sln
7
mono: 5.0.1
8
dist: trusty
9
sudo: required
10
-dotnet: 2.1.2
+dotnet: 2.1.200
11
env:
12
- CONFIGURATION=Debug
13
- CONFIGURATION=Release
global.json
@@ -4,6 +4,6 @@
4
"MoreLinq.Test"
5
],
6
"sdk": {
- "version": "2.1.2"
+ "version": "2.1.200"
}
0 commit comments