Skip to content

Commit 3042673

Browse files
committed
fixate dotnet CLI SDK on the LTS release 003156
1 parent 1b4e45e commit 3042673

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 & 1 deletion
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
@@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Build", "_Build", "{432D55
1919
..\paket.bat = ..\paket.bat
2020
..\paket.dependencies = ..\paket.dependencies
2121
..\readme.md = ..\readme.md
22+
..\global.json = ..\global.json
2223
EndProjectSection
2324
EndProject
2425
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code Generation", "Code Generation", "{93331BEE-0AA0-47B7-B1D2-BD5BD31634D1}"

0 commit comments

Comments
 (0)