Skip to content

Commit fabf137

Browse files
committed
fixate dotnet CLI SDK on the LTS release 003156
1 parent 3961581 commit fabf137

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"src"
44
],
55
"sdk": {
6-
"version": "1.0.0-preview2-003131"
6+
"version": "1.0.0-preview2-003156"
77
}
88
}

src/Elasticsearch.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
1+
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
@@ -14,12 +14,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Build", "_Build", "{432D55
1414
..\build.sh = ..\build.sh
1515
..\contributing.md = ..\contributing.md
1616
..\build\Elasticsearch.Net.nuspec = ..\build\Elasticsearch.Net.nuspec
17-
global.json = global.json
1817
..\license.txt = ..\license.txt
1918
..\build\NEST.nuspec = ..\build\NEST.nuspec
2019
..\paket.bat = ..\paket.bat
2120
..\paket.dependencies = ..\paket.dependencies
2221
..\readme.md = ..\readme.md
22+
..\global.json = ..\global.json
2323
EndProjectSection
2424
EndProject
2525
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CodeGeneration", "CodeGeneration", "{93331BEE-0AA0-47B7-B1D2-BD5BD31634D1}"

0 commit comments

Comments
 (0)