Skip to content

Commit d2d2c27

Browse files
committed
Update ShellProgressBar in DNX solution
Remove namespace that causes exception in dotnet5.1 CodeGeneration project does not run from DNX (RazorMachine breaks when it attempts to find the path to referenced assemblies)
1 parent 5a0410d commit d2d2c27

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

paket.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
NUGET
2-
remote: https://www.nuget.org/api/v2
2+
remote: http://api.nuget.org/v3/index.json
33
specs:
44
AsciiDocNet (1.0.0-alpha2)
5+
ShellProgressBar (3.0)
6+
remote: https://www.nuget.org/api/v2
7+
specs:
58
Bogus (3.0.5-beta-2)
69
Newtonsoft.Json (>= 8.0.2) - framework: >= net40, dnx451, dnxcore50
710
System.ComponentModel (>= 4.0.1-beta-23516) - framework: dnxcore50
@@ -348,9 +351,6 @@ NUGET
348351
System.Threading.Tasks (>= 4.0) - framework: dnxcore50
349352
xunit.abstractions (>= 2.0) - framework: dnxcore50
350353
xunit.extensibility.core (2.1) - framework: >= net45, dnx451, dnxcore50, monoandroid, monotouch, xamarinios, winv4.5, wpv8.0, wpav8.1
351-
remote: http://api.nuget.org/v3/index.json
352-
specs:
353-
ShellProgressBar (3.0)
354354

355355
GROUP build
356356
NUGET

src/CodeGeneration/CodeGeneration.LowLevelClient/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CsQuery": "1.3.5-beta5",
99
"Newtonsoft.Json": "8.0.2",
1010
"RazorMachine": "2.6.1",
11-
"ShellProgressBar": "2.0.0.0"
11+
"ShellProgressBar": "3.0.0.0"
1212
},
1313
"commands": {
1414
"CodeGeneration.LowLevelClient": "CodeGeneration.LowLevelClient"

src/Nest/Document/Multiple/ReindexOnServer/ReindexRouting.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.ServiceModel.Security;
32
using Newtonsoft.Json;
43

54
namespace Nest

0 commit comments

Comments
 (0)