Browse Source

project.json update

tags/v0.1.0
Robin Thoni 8 years ago
parent
commit
713e477fbf
2 changed files with 176 additions and 171 deletions
  1. 1
    1
      Luticate2.Utils/project.json
  2. 175
    170
      Luticate2.Utils/project.lock.json

+ 1
- 1
Luticate2.Utils/project.json View File

8
         "Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final",
8
         "Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final",
9
         "Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0",
9
         "Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0",
10
         "Microsoft.AspNetCore.WebSockets": "1.0.0",
10
         "Microsoft.AspNetCore.WebSockets": "1.0.0",
11
-        "Microsoft.AspNetCore.SignalR.Server": "0.2.0-alpha1"
11
+        "Gray.Microsoft.AspNetCore.SignalR.Server": "0.2.0-alpha1"
12
     },
12
     },
13
     "frameworks": {
13
     "frameworks": {
14
         "netcoreapp1.0": {
14
         "netcoreapp1.0": {

+ 175
- 170
Luticate2.Utils/project.lock.json View File

3
   "version": 2,
3
   "version": 2,
4
   "targets": {
4
   "targets": {
5
     ".NETCoreApp,Version=v1.0": {
5
     ".NETCoreApp,Version=v1.0": {
6
+      "Gray.Microsoft.AspNetCore.SignalR.Messaging/0.2.0": {
7
+        "type": "package",
8
+        "dependencies": {
9
+          "Microsoft.CSharp": "4.0.1",
10
+          "Microsoft.Extensions.Logging": "1.1.0-alpha1-22144",
11
+          "Microsoft.Extensions.Options": "1.1.0-alpha1-22144",
12
+          "System.Collections.Concurrent": "4.0.12",
13
+          "System.Diagnostics.Tools": "4.0.1",
14
+          "System.Dynamic.Runtime": "4.0.11",
15
+          "System.Linq.Expressions": "4.1.0",
16
+          "System.Reflection.Emit": "4.0.1",
17
+          "System.Reflection.Emit.ILGeneration": "4.0.1",
18
+          "System.Reflection.Extensions": "4.0.1",
19
+          "System.Reflection.Primitives": "4.0.1",
20
+          "System.Security.Cryptography.Algorithms": "4.2.0",
21
+          "System.Text.Encoding.Extensions": "4.0.11",
22
+          "System.Threading.Thread": "4.0.0",
23
+          "System.Threading.ThreadPool": "4.0.10",
24
+          "System.Threading.Timer": "4.0.1"
25
+        },
26
+        "compile": {
27
+          "lib/netstandard1.3/Gray.Microsoft.AspNetCore.SignalR.Messaging.dll": {}
28
+        },
29
+        "runtime": {
30
+          "lib/netstandard1.3/Gray.Microsoft.AspNetCore.SignalR.Messaging.dll": {}
31
+        }
32
+      },
33
+      "Gray.Microsoft.AspNetCore.SignalR.Server/0.2.0-alpha1": {
34
+        "type": "package",
35
+        "dependencies": {
36
+          "Gray.Microsoft.AspNetCore.SignalR.Messaging": "0.2.0",
37
+          "Microsoft.AspNetCore.DataProtection": "1.1.0-alpha1-22144",
38
+          "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-alpha1-22144",
39
+          "Microsoft.AspNetCore.Http.Extensions": "1.1.0-alpha1-22144",
40
+          "Microsoft.Extensions.DependencyModel": "1.0.1-beta-003206",
41
+          "Newtonsoft.Json": "9.0.1",
42
+          "System.Runtime.Serialization.Primitives": "4.1.1"
43
+        },
44
+        "compile": {
45
+          "lib/netstandard1.6/Gray.Microsoft.AspNetCore.SignalR.Server.dll": {}
46
+        },
47
+        "runtime": {
48
+          "lib/netstandard1.6/Gray.Microsoft.AspNetCore.SignalR.Server.dll": {}
49
+        }
50
+      },
6
       "Microsoft.ApplicationInsights/2.1.0": {
51
       "Microsoft.ApplicationInsights/2.1.0": {
7
         "type": "package",
52
         "type": "package",
8
         "dependencies": {
53
         "dependencies": {
81
           "lib/netstandard1.3/Microsoft.AspNetCore.Authorization.dll": {}
126
           "lib/netstandard1.3/Microsoft.AspNetCore.Authorization.dll": {}
82
         }
127
         }
83
       },
128
       },
84
-      "Microsoft.AspNetCore.Cryptography.Internal/1.1.0": {
129
+      "Microsoft.AspNetCore.Cryptography.Internal/1.1.0-preview1-final": {
85
         "type": "package",
130
         "type": "package",
86
         "dependencies": {
131
         "dependencies": {
87
-          "NETStandard.Library": "1.6.1"
132
+          "NETStandard.Library": "1.6.1-preview1-24530-04"
88
         },
133
         },
89
         "compile": {
134
         "compile": {
90
           "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll": {}
135
           "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll": {}
93
           "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll": {}
138
           "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.dll": {}
94
         }
139
         }
95
       },
140
       },
96
-      "Microsoft.AspNetCore.DataProtection/1.1.0": {
141
+      "Microsoft.AspNetCore.DataProtection/1.1.0-preview1-final": {
97
         "type": "package",
142
         "type": "package",
98
         "dependencies": {
143
         "dependencies": {
99
-          "Microsoft.AspNetCore.Cryptography.Internal": "1.1.0",
100
-          "Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0",
101
-          "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0",
102
-          "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0",
103
-          "Microsoft.Extensions.Logging.Abstractions": "1.1.0",
104
-          "Microsoft.Extensions.Options": "1.1.0",
105
-          "Microsoft.Win32.Registry": "4.3.0",
106
-          "NETStandard.Library": "1.6.1",
107
-          "System.Security.Claims": "4.3.0",
108
-          "System.Security.Principal.Windows": "4.3.0"
144
+          "Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-preview1-final",
145
+          "Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-preview1-final",
146
+          "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-preview1-final",
147
+          "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-preview1-final",
148
+          "Microsoft.Extensions.Logging.Abstractions": "1.1.0-preview1-final",
149
+          "Microsoft.Extensions.Options": "1.1.0-preview1-final",
150
+          "Microsoft.Win32.Registry": "4.3.0-preview1-24530-04",
151
+          "NETStandard.Library": "1.6.1-preview1-24530-04",
152
+          "System.Security.Claims": "4.3.0-preview1-24530-04",
153
+          "System.Security.Principal.Windows": "4.3.0-preview1-24530-04"
109
         },
154
         },
110
         "compile": {
155
         "compile": {
111
           "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll": {}
156
           "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll": {}
114
           "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll": {}
159
           "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.dll": {}
115
         }
160
         }
116
       },
161
       },
117
-      "Microsoft.AspNetCore.DataProtection.Abstractions/1.1.0": {
162
+      "Microsoft.AspNetCore.DataProtection.Abstractions/1.1.0-preview1-final": {
118
         "type": "package",
163
         "type": "package",
119
         "dependencies": {
164
         "dependencies": {
120
-          "NETStandard.Library": "1.6.1",
121
-          "System.ComponentModel": "4.3.0"
165
+          "NETStandard.Library": "1.6.1-preview1-24530-04",
166
+          "System.ComponentModel": "4.3.0-preview1-24530-04"
122
         },
167
         },
123
         "compile": {
168
         "compile": {
124
           "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {}
169
           "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {}
397
           "lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.dll": {}
442
           "lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.dll": {}
398
         }
443
         }
399
       },
444
       },
400
-      "Microsoft.AspNetCore.SignalR.Messaging/0.2.0-preview2-22683": {
401
-        "type": "package",
402
-        "dependencies": {
403
-          "Microsoft.CSharp": "4.3.0",
404
-          "Microsoft.Extensions.Logging": "1.1.0-preview2-22683",
405
-          "Microsoft.Extensions.Options": "1.1.0-preview2-22683",
406
-          "NETStandard.Library": "1.6.1",
407
-          "System.Dynamic.Runtime": "4.3.0",
408
-          "System.Reflection.Emit": "4.3.0",
409
-          "System.Reflection.Emit.ILGeneration": "4.3.0",
410
-          "System.Threading.Thread": "4.3.0",
411
-          "System.Threading.ThreadPool": "4.3.0"
412
-        },
413
-        "compile": {
414
-          "lib/netstandard1.3/Microsoft.AspNetCore.SignalR.Messaging.dll": {}
415
-        },
416
-        "runtime": {
417
-          "lib/netstandard1.3/Microsoft.AspNetCore.SignalR.Messaging.dll": {}
418
-        }
419
-      },
420
-      "Microsoft.AspNetCore.SignalR.Server/0.2.0-preview2-22683": {
421
-        "type": "package",
422
-        "dependencies": {
423
-          "Microsoft.AspNetCore.DataProtection": "1.1.0-preview2-22683",
424
-          "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-preview2-22683",
425
-          "Microsoft.AspNetCore.Http.Extensions": "1.1.0-preview2-22683",
426
-          "Microsoft.AspNetCore.SignalR.Messaging": "0.2.0-preview2-22683",
427
-          "Microsoft.Extensions.DependencyModel": "1.1.0",
428
-          "NETStandard.Library": "1.6.1",
429
-          "Newtonsoft.Json": "9.0.1",
430
-          "System.Runtime.Serialization.Primitives": "4.3.0"
431
-        },
432
-        "compile": {
433
-          "lib/netstandard1.6/Microsoft.AspNetCore.SignalR.Server.dll": {}
434
-        },
435
-        "runtime": {
436
-          "lib/netstandard1.6/Microsoft.AspNetCore.SignalR.Server.dll": {}
437
-        }
438
-      },
439
       "Microsoft.AspNetCore.WebSockets/1.0.0": {
445
       "Microsoft.AspNetCore.WebSockets/1.0.0": {
440
         "type": "package",
446
         "type": "package",
441
         "dependencies": {
447
         "dependencies": {
494
           "lib/netstandard1.3/Microsoft.CSharp.dll": {}
500
           "lib/netstandard1.3/Microsoft.CSharp.dll": {}
495
         }
501
         }
496
       },
502
       },
497
-      "Microsoft.DotNet.PlatformAbstractions/1.1.0": {
503
+      "Microsoft.DotNet.InternalAbstractions/1.0.500-preview2-1-003177": {
498
         "type": "package",
504
         "type": "package",
499
         "dependencies": {
505
         "dependencies": {
500
-          "System.AppContext": "4.1.0",
501
-          "System.Collections": "4.0.11",
502
-          "System.IO": "4.1.0",
503
-          "System.IO.FileSystem": "4.0.1",
504
-          "System.Reflection.TypeExtensions": "4.1.0",
505
-          "System.Runtime.Extensions": "4.1.0",
506
-          "System.Runtime.InteropServices": "4.1.0",
507
-          "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
506
+          "System.AppContext": "4.3.0",
507
+          "System.Collections": "4.3.0",
508
+          "System.IO": "4.3.0",
509
+          "System.IO.FileSystem": "4.3.0",
510
+          "System.Reflection.TypeExtensions": "4.3.0",
511
+          "System.Runtime.Extensions": "4.3.0",
512
+          "System.Runtime.InteropServices": "4.3.0",
513
+          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
508
         },
514
         },
509
         "compile": {
515
         "compile": {
510
-          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {}
516
+          "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {}
511
         },
517
         },
512
         "runtime": {
518
         "runtime": {
513
-          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {}
519
+          "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {}
514
         }
520
         }
515
       },
521
       },
516
       "Microsoft.EntityFrameworkCore/1.1.0": {
522
       "Microsoft.EntityFrameworkCore/1.1.0": {
675
           "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
681
           "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
676
         }
682
         }
677
       },
683
       },
678
-      "Microsoft.Extensions.DependencyModel/1.1.0": {
684
+      "Microsoft.Extensions.DependencyModel/1.0.500-preview2-1-003177": {
679
         "type": "package",
685
         "type": "package",
680
         "dependencies": {
686
         "dependencies": {
681
-          "Microsoft.DotNet.PlatformAbstractions": "1.1.0",
687
+          "Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177",
682
           "Newtonsoft.Json": "9.0.1",
688
           "Newtonsoft.Json": "9.0.1",
683
-          "System.Diagnostics.Debug": "4.0.11",
684
-          "System.Dynamic.Runtime": "4.0.11",
685
-          "System.Linq": "4.1.0"
689
+          "System.Diagnostics.Debug": "4.3.0",
690
+          "System.Dynamic.Runtime": "4.3.0",
691
+          "System.Linq": "4.3.0"
686
         },
692
         },
687
         "compile": {
693
         "compile": {
688
           "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {}
694
           "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {}
898
           "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
904
           "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
899
         }
905
         }
900
       },
906
       },
901
-      "Microsoft.Win32.Registry/4.3.0": {
907
+      "Microsoft.Win32.Registry/4.3.0-preview1-24530-04": {
902
         "type": "package",
908
         "type": "package",
903
         "dependencies": {
909
         "dependencies": {
904
-          "Microsoft.NETCore.Platforms": "1.1.0",
905
-          "System.Collections": "4.3.0",
906
-          "System.Globalization": "4.3.0",
907
-          "System.Resources.ResourceManager": "4.3.0",
908
-          "System.Runtime": "4.3.0",
909
-          "System.Runtime.Extensions": "4.3.0",
910
-          "System.Runtime.Handles": "4.3.0",
911
-          "System.Runtime.InteropServices": "4.3.0"
910
+          "Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
911
+          "System.Collections": "4.3.0-preview1-24530-04",
912
+          "System.Globalization": "4.3.0-preview1-24530-04",
913
+          "System.Resources.ResourceManager": "4.3.0-preview1-24530-04",
914
+          "System.Runtime": "4.3.0-preview1-24530-04",
915
+          "System.Runtime.Extensions": "4.3.0-preview1-24530-04",
916
+          "System.Runtime.Handles": "4.3.0-preview1-24530-04",
917
+          "System.Runtime.InteropServices": "4.3.0-preview1-24530-04"
912
         },
918
         },
913
         "compile": {
919
         "compile": {
914
           "ref/netstandard1.3/Microsoft.Win32.Registry.dll": {}
920
           "ref/netstandard1.3/Microsoft.Win32.Registry.dll": {}
2305
           "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
2311
           "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
2306
         }
2312
         }
2307
       },
2313
       },
2308
-      "System.Runtime.Serialization.Primitives/4.3.0": {
2314
+      "System.Runtime.Serialization.Primitives/4.1.1": {
2309
         "type": "package",
2315
         "type": "package",
2310
         "dependencies": {
2316
         "dependencies": {
2311
-          "System.Resources.ResourceManager": "4.3.0",
2312
-          "System.Runtime": "4.3.0"
2317
+          "System.Resources.ResourceManager": "4.0.1",
2318
+          "System.Runtime": "4.1.0"
2313
         },
2319
         },
2314
         "compile": {
2320
         "compile": {
2315
           "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
2321
           "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
2565
           "lib/netstandard1.0/System.Security.Principal.dll": {}
2571
           "lib/netstandard1.0/System.Security.Principal.dll": {}
2566
         }
2572
         }
2567
       },
2573
       },
2568
-      "System.Security.Principal.Windows/4.3.0": {
2574
+      "System.Security.Principal.Windows/4.3.0-preview1-24530-04": {
2569
         "type": "package",
2575
         "type": "package",
2570
         "dependencies": {
2576
         "dependencies": {
2571
-          "Microsoft.NETCore.Platforms": "1.1.0",
2572
-          "Microsoft.Win32.Primitives": "4.3.0",
2573
-          "System.Collections": "4.3.0",
2574
-          "System.Diagnostics.Debug": "4.3.0",
2575
-          "System.Reflection": "4.3.0",
2576
-          "System.Resources.ResourceManager": "4.3.0",
2577
-          "System.Runtime": "4.3.0",
2578
-          "System.Runtime.Extensions": "4.3.0",
2579
-          "System.Runtime.Handles": "4.3.0",
2580
-          "System.Runtime.InteropServices": "4.3.0",
2581
-          "System.Security.Claims": "4.3.0",
2582
-          "System.Security.Principal": "4.3.0",
2583
-          "System.Text.Encoding": "4.3.0",
2584
-          "System.Threading": "4.3.0"
2577
+          "Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
2578
+          "Microsoft.Win32.Primitives": "4.3.0-preview1-24530-04",
2579
+          "System.Collections": "4.3.0-preview1-24530-04",
2580
+          "System.Diagnostics.Debug": "4.3.0-preview1-24530-04",
2581
+          "System.Reflection": "4.3.0-preview1-24530-04",
2582
+          "System.Resources.ResourceManager": "4.3.0-preview1-24530-04",
2583
+          "System.Runtime": "4.3.0-preview1-24530-04",
2584
+          "System.Runtime.Extensions": "4.3.0-preview1-24530-04",
2585
+          "System.Runtime.Handles": "4.3.0-preview1-24530-04",
2586
+          "System.Runtime.InteropServices": "4.3.0-preview1-24530-04",
2587
+          "System.Security.Claims": "4.3.0-preview1-24530-04",
2588
+          "System.Security.Principal": "4.3.0-preview1-24530-04",
2589
+          "System.Text.Encoding": "4.3.0-preview1-24530-04",
2590
+          "System.Threading": "4.3.0-preview1-24530-04"
2585
         },
2591
         },
2586
         "compile": {
2592
         "compile": {
2587
           "ref/netstandard1.3/System.Security.Principal.Windows.dll": {}
2593
           "ref/netstandard1.3/System.Security.Principal.Windows.dll": {}
2724
           "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
2730
           "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
2725
         }
2731
         }
2726
       },
2732
       },
2727
-      "System.Threading.Thread/4.3.0": {
2733
+      "System.Threading.Thread/4.0.0": {
2728
         "type": "package",
2734
         "type": "package",
2729
         "dependencies": {
2735
         "dependencies": {
2730
-          "System.Runtime": "4.3.0"
2736
+          "System.Runtime": "4.1.0"
2731
         },
2737
         },
2732
         "compile": {
2738
         "compile": {
2733
           "ref/netstandard1.3/System.Threading.Thread.dll": {}
2739
           "ref/netstandard1.3/System.Threading.Thread.dll": {}
2736
           "lib/netstandard1.3/System.Threading.Thread.dll": {}
2742
           "lib/netstandard1.3/System.Threading.Thread.dll": {}
2737
         }
2743
         }
2738
       },
2744
       },
2739
-      "System.Threading.ThreadPool/4.3.0": {
2745
+      "System.Threading.ThreadPool/4.0.10": {
2740
         "type": "package",
2746
         "type": "package",
2741
         "dependencies": {
2747
         "dependencies": {
2742
-          "System.Runtime": "4.3.0",
2743
-          "System.Runtime.Handles": "4.3.0"
2748
+          "System.Runtime": "4.1.0",
2749
+          "System.Runtime.Handles": "4.0.1"
2744
         },
2750
         },
2745
         "compile": {
2751
         "compile": {
2746
           "ref/netstandard1.3/System.Threading.ThreadPool.dll": {}
2752
           "ref/netstandard1.3/System.Threading.ThreadPool.dll": {}
2812
     }
2818
     }
2813
   },
2819
   },
2814
   "libraries": {
2820
   "libraries": {
2821
+    "Gray.Microsoft.AspNetCore.SignalR.Messaging/0.2.0": {
2822
+      "sha512": "f6ADNhKb2bJEIOL8kCR9ypGfKjiUa21KtIAa2mM2zjDNbddBgLRYE5k05aqTB7KqivFwp1MqhrJwiMrGsqNF8w==",
2823
+      "type": "package",
2824
+      "path": "Gray.Microsoft.AspNetCore.SignalR.Messaging/0.2.0",
2825
+      "files": [
2826
+        "Gray.Microsoft.AspNetCore.SignalR.Messaging.0.2.0.nupkg.sha512",
2827
+        "Gray.Microsoft.AspNetCore.SignalR.Messaging.nuspec",
2828
+        "lib/net451/Gray.Microsoft.AspNetCore.SignalR.Messaging.dll",
2829
+        "lib/netstandard1.3/Gray.Microsoft.AspNetCore.SignalR.Messaging.dll"
2830
+      ]
2831
+    },
2832
+    "Gray.Microsoft.AspNetCore.SignalR.Server/0.2.0-alpha1": {
2833
+      "sha512": "MyB2gibCua7nxjFaP+PHO/LdgV4xkJRtDFKrN5MNOcycky9yhCG3JtxFbm3UFpo/24GEmrmSgzC0pxIIwr3MVg==",
2834
+      "type": "package",
2835
+      "path": "Gray.Microsoft.AspNetCore.SignalR.Server/0.2.0-alpha1",
2836
+      "files": [
2837
+        "Gray.Microsoft.AspNetCore.SignalR.Server.0.2.0-alpha1.nupkg.sha512",
2838
+        "Gray.Microsoft.AspNetCore.SignalR.Server.nuspec",
2839
+        "lib/net451/Gray.Microsoft.AspNetCore.SignalR.Server.dll",
2840
+        "lib/netstandard1.6/Gray.Microsoft.AspNetCore.SignalR.Server.dll"
2841
+      ]
2842
+    },
2815
     "Microsoft.ApplicationInsights/2.1.0": {
2843
     "Microsoft.ApplicationInsights/2.1.0": {
2816
       "sha512": "mviO8PLQd3r22Pmv8JfjYzTCQ9ByhkU9wdC4fwd6WmAARwAMgMw9HEbHeYS3r+8pB3w+fZMi7p4LKijzgNybRQ==",
2844
       "sha512": "mviO8PLQd3r22Pmv8JfjYzTCQ9ByhkU9wdC4fwd6WmAARwAMgMw9HEbHeYS3r+8pB3w+fZMi7p4LKijzgNybRQ==",
2817
       "type": "package",
2845
       "type": "package",
2871
         "lib/netstandard1.3/Microsoft.AspNetCore.Authorization.xml"
2899
         "lib/netstandard1.3/Microsoft.AspNetCore.Authorization.xml"
2872
       ]
2900
       ]
2873
     },
2901
     },
2874
-    "Microsoft.AspNetCore.Cryptography.Internal/1.1.0": {
2875
-      "sha512": "Oy0pgxQkusvQwIrwbHvGVZhwk59qRVKxcer6HsWw0jCEq2LoQ7mj7x7DovE5ub8UvffLYWx77NMF5uwPtkl8KA==",
2902
+    "Microsoft.AspNetCore.Cryptography.Internal/1.1.0-preview1-final": {
2903
+      "sha512": "fnNO6Y+ccmbzEWDIVVqWdFWwG1Yk60rDMOZVCyo6ERkyH8kfvqZHG8XEmX0Lpso7YdAjP+a24qIIxJXvzI8j/A==",
2876
       "type": "package",
2904
       "type": "package",
2877
-      "path": "Microsoft.AspNetCore.Cryptography.Internal/1.1.0",
2905
+      "path": "Microsoft.AspNetCore.Cryptography.Internal/1.1.0-preview1-final",
2878
       "files": [
2906
       "files": [
2879
-        "Microsoft.AspNetCore.Cryptography.Internal.1.1.0.nupkg.sha512",
2907
+        "Microsoft.AspNetCore.Cryptography.Internal.1.1.0-preview1-final.nupkg.sha512",
2880
         "Microsoft.AspNetCore.Cryptography.Internal.nuspec",
2908
         "Microsoft.AspNetCore.Cryptography.Internal.nuspec",
2881
         "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll",
2909
         "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.dll",
2882
         "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.xml",
2910
         "lib/net451/Microsoft.AspNetCore.Cryptography.Internal.xml",
2884
         "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.xml"
2912
         "lib/netstandard1.3/Microsoft.AspNetCore.Cryptography.Internal.xml"
2885
       ]
2913
       ]
2886
     },
2914
     },
2887
-    "Microsoft.AspNetCore.DataProtection/1.1.0": {
2888
-      "sha512": "wu8pk94CExaLvwwDSnXkTtsdL8mRxbLH8uCKbbPqbtIstSM6bOw/454OvOYKf61BB+It//ItJJYdZTy2j8Kelw==",
2915
+    "Microsoft.AspNetCore.DataProtection/1.1.0-preview1-final": {
2916
+      "sha512": "emUmY9K/FVZXP7dE+cCy8EygC0ETFu7ZqboR593OP6KBMNBgN0x89kz+ULXvpdQ17g43OnojOfNlb6A0iG1ZWA==",
2889
       "type": "package",
2917
       "type": "package",
2890
-      "path": "Microsoft.AspNetCore.DataProtection/1.1.0",
2918
+      "path": "Microsoft.AspNetCore.DataProtection/1.1.0-preview1-final",
2891
       "files": [
2919
       "files": [
2892
-        "Microsoft.AspNetCore.DataProtection.1.1.0.nupkg.sha512",
2920
+        "Microsoft.AspNetCore.DataProtection.1.1.0-preview1-final.nupkg.sha512",
2893
         "Microsoft.AspNetCore.DataProtection.nuspec",
2921
         "Microsoft.AspNetCore.DataProtection.nuspec",
2894
         "lib/net451/Microsoft.AspNetCore.DataProtection.dll",
2922
         "lib/net451/Microsoft.AspNetCore.DataProtection.dll",
2895
         "lib/net451/Microsoft.AspNetCore.DataProtection.xml",
2923
         "lib/net451/Microsoft.AspNetCore.DataProtection.xml",
2897
         "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.xml"
2925
         "lib/netstandard1.3/Microsoft.AspNetCore.DataProtection.xml"
2898
       ]
2926
       ]
2899
     },
2927
     },
2900
-    "Microsoft.AspNetCore.DataProtection.Abstractions/1.1.0": {
2901
-      "sha512": "WW6qKPh9A5lNh/bFlXIMttlbLmm2K0O3kyZuFIlL4ShOMyhrJeCHoWPWQ+S5eUBdcuOnd9sPwhlmI5Nvb3NjMA==",
2928
+    "Microsoft.AspNetCore.DataProtection.Abstractions/1.1.0-preview1-final": {
2929
+      "sha512": "jCD7nlum9L6+mc4iJcaqDmDfWxncjEWYhNDPsHvcs8yjjMOLwXhVRMrGkijdVEq1n2Bxd2jH7GuyRjPUTSv0GA==",
2902
       "type": "package",
2930
       "type": "package",
2903
-      "path": "Microsoft.AspNetCore.DataProtection.Abstractions/1.1.0",
2931
+      "path": "Microsoft.AspNetCore.DataProtection.Abstractions/1.1.0-preview1-final",
2904
       "files": [
2932
       "files": [
2905
-        "Microsoft.AspNetCore.DataProtection.Abstractions.1.1.0.nupkg.sha512",
2933
+        "Microsoft.AspNetCore.DataProtection.Abstractions.1.1.0-preview1-final.nupkg.sha512",
2906
         "Microsoft.AspNetCore.DataProtection.Abstractions.nuspec",
2934
         "Microsoft.AspNetCore.DataProtection.Abstractions.nuspec",
2907
         "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll",
2935
         "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.dll",
2908
         "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.xml",
2936
         "lib/net451/Microsoft.AspNetCore.DataProtection.Abstractions.xml",
3112
         "lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.xml"
3140
         "lib/netstandard1.3/Microsoft.AspNetCore.Routing.Abstractions.xml"
3113
       ]
3141
       ]
3114
     },
3142
     },
3115
-    "Microsoft.AspNetCore.SignalR.Messaging/0.2.0-preview2-22683": {
3116
-      "sha512": "eaeK3BxMBGIASlRK4tH1WBjk6zDhrnO+OOf5L6dAnmi1YmxKuEqQVLRX5cbTsnxhN2iZYiYGXtPruNN2ExQAQw==",
3117
-      "type": "package",
3118
-      "path": "Microsoft.AspNetCore.SignalR.Messaging/0.2.0-preview2-22683",
3119
-      "files": [
3120
-        "Microsoft.AspNetCore.SignalR.Messaging.0.2.0-preview2-22683.nupkg.sha512",
3121
-        "Microsoft.AspNetCore.SignalR.Messaging.nuspec",
3122
-        "lib/net451/Microsoft.AspNetCore.SignalR.Messaging.dll",
3123
-        "lib/netstandard1.3/Microsoft.AspNetCore.SignalR.Messaging.dll"
3124
-      ]
3125
-    },
3126
-    "Microsoft.AspNetCore.SignalR.Server/0.2.0-preview2-22683": {
3127
-      "sha512": "82zBRqVj2V+sqQ9TInuYUTOOveOCTIs3yX4Z9WMqcUjTHqgBiE4hsn6j3jzrhuBR16QYbmGmuRo7izLDpJEn+g==",
3128
-      "type": "package",
3129
-      "path": "Microsoft.AspNetCore.SignalR.Server/0.2.0-preview2-22683",
3130
-      "files": [
3131
-        "Microsoft.AspNetCore.SignalR.Server.0.2.0-preview2-22683.nupkg.sha512",
3132
-        "Microsoft.AspNetCore.SignalR.Server.nuspec",
3133
-        "lib/net451/Microsoft.AspNetCore.SignalR.Server.dll",
3134
-        "lib/netstandard1.6/Microsoft.AspNetCore.SignalR.Server.dll"
3135
-      ]
3136
-    },
3137
     "Microsoft.AspNetCore.WebSockets/1.0.0": {
3143
     "Microsoft.AspNetCore.WebSockets/1.0.0": {
3138
       "sha512": "vhA8iwDMjL+C/iNKubp9qBjkeh0b1bJyl3nOiL+B15yiUeEcnvx7vPXV2eyIX792dVCqn+hyYCatm/ST1Cg0Hg==",
3144
       "sha512": "vhA8iwDMjL+C/iNKubp9qBjkeh0b1bJyl3nOiL+B15yiUeEcnvx7vPXV2eyIX792dVCqn+hyYCatm/ST1Cg0Hg==",
3139
       "type": "package",
3145
       "type": "package",
3217
         "ref/xamarinwatchos10/_._"
3223
         "ref/xamarinwatchos10/_._"
3218
       ]
3224
       ]
3219
     },
3225
     },
3220
-    "Microsoft.DotNet.PlatformAbstractions/1.1.0": {
3221
-      "sha512": "stlfv92tY1itlriy67K7WUYujNbkw9CBDQar9fid3VcGzRXpr3Bsv57ssxuTKFL+xRsF6i3gqRIDmWZBmhRZ/g==",
3226
+    "Microsoft.DotNet.InternalAbstractions/1.0.500-preview2-1-003177": {
3227
+      "sha512": "wEkDYPRP19wqmn7Q5iMTzSBmBgm+DMM9RdqAtvgeD+bMYCBfVhN2mK96vAAywfqXdx2RL4JixLU5I0joYEaciQ==",
3222
       "type": "package",
3228
       "type": "package",
3223
-      "path": "Microsoft.DotNet.PlatformAbstractions/1.1.0",
3229
+      "path": "Microsoft.DotNet.InternalAbstractions/1.0.500-preview2-1-003177",
3224
       "files": [
3230
       "files": [
3225
-        "Microsoft.DotNet.PlatformAbstractions.1.1.0.nupkg.sha512",
3226
-        "Microsoft.DotNet.PlatformAbstractions.nuspec",
3227
-        "lib/net451/Microsoft.DotNet.PlatformAbstractions.dll",
3228
-        "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll"
3231
+        "Microsoft.DotNet.InternalAbstractions.1.0.500-preview2-1-003177.nupkg.sha512",
3232
+        "Microsoft.DotNet.InternalAbstractions.nuspec",
3233
+        "lib/net451/Microsoft.DotNet.InternalAbstractions.dll",
3234
+        "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll"
3229
       ]
3235
       ]
3230
     },
3236
     },
3231
     "Microsoft.EntityFrameworkCore/1.1.0": {
3237
     "Microsoft.EntityFrameworkCore/1.1.0": {
3371
         "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml"
3377
         "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml"
3372
       ]
3378
       ]
3373
     },
3379
     },
3374
-    "Microsoft.Extensions.DependencyModel/1.1.0": {
3375
-      "sha512": "GKyeEnHk/NMnGzU0U9lWx8ulxs6BzoTRbTHIq0ZgJ+TvVvd5xs3AXDRi5cpeEW1Wd9xsG2lXoSKSzYW6eUwSoA==",
3380
+    "Microsoft.Extensions.DependencyModel/1.0.500-preview2-1-003177": {
3381
+      "sha512": "ODnV5S/TCEMyzjlLN+F9c0tprb0GSI/SU19Ray8u1m1o758Dg9G5mbUIVa9u43CE/pD2NuOK3Aoqk28B9j8ZJw==",
3376
       "type": "package",
3382
       "type": "package",
3377
-      "path": "Microsoft.Extensions.DependencyModel/1.1.0",
3383
+      "path": "Microsoft.Extensions.DependencyModel/1.0.500-preview2-1-003177",
3378
       "files": [
3384
       "files": [
3379
-        "Microsoft.Extensions.DependencyModel.1.1.0.nupkg.sha512",
3385
+        "Microsoft.Extensions.DependencyModel.1.0.500-preview2-1-003177.nupkg.sha512",
3380
         "Microsoft.Extensions.DependencyModel.nuspec",
3386
         "Microsoft.Extensions.DependencyModel.nuspec",
3381
         "lib/net451/Microsoft.Extensions.DependencyModel.dll",
3387
         "lib/net451/Microsoft.Extensions.DependencyModel.dll",
3382
-        "lib/netstandard1.3/Microsoft.Extensions.DependencyModel.dll",
3383
         "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll"
3388
         "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll"
3384
       ]
3389
       ]
3385
     },
3390
     },
3583
         "ref/xamarinwatchos10/_._"
3588
         "ref/xamarinwatchos10/_._"
3584
       ]
3589
       ]
3585
     },
3590
     },
3586
-    "Microsoft.Win32.Registry/4.3.0": {
3587
-      "sha512": "YGkqKGEvkF0m1gWSKdcVSyXthX9L5QNuMxuMuSd9GTxDqR18mmdspaXUTpKS5NZBhnxdFF59pJbZ4VyP3OdPOw==",
3591
+    "Microsoft.Win32.Registry/4.3.0-preview1-24530-04": {
3592
+      "sha512": "CrSSvGp53YHl38XOJl8Dvtnus1yq+dP0V01BO8Y+LNzlJZuGsuHbyftD5noA1p0ZBBJpnarmaEjmOaQg/uenDg==",
3588
       "type": "package",
3593
       "type": "package",
3589
-      "path": "Microsoft.Win32.Registry/4.3.0",
3594
+      "path": "Microsoft.Win32.Registry/4.3.0-preview1-24530-04",
3590
       "files": [
3595
       "files": [
3591
-        "Microsoft.Win32.Registry.4.3.0.nupkg.sha512",
3596
+        "Microsoft.Win32.Registry.4.3.0-preview1-24530-04.nupkg.sha512",
3592
         "Microsoft.Win32.Registry.nuspec",
3597
         "Microsoft.Win32.Registry.nuspec",
3593
         "ThirdPartyNotices.txt",
3598
         "ThirdPartyNotices.txt",
3594
         "dotnet_library_license.txt",
3599
         "dotnet_library_license.txt",
6753
         "ref/xamarinwatchos10/_._"
6758
         "ref/xamarinwatchos10/_._"
6754
       ]
6759
       ]
6755
     },
6760
     },
6756
-    "System.Runtime.Serialization.Primitives/4.3.0": {
6757
-      "sha512": "2Z5t70a2SwMsfQDp9KOclaZNyQhfIga2gppq9lIUDM1A4ohTshn4JqT7ir8bvIhXgorWKYDAr6rPzEbi/nTGKg==",
6761
+    "System.Runtime.Serialization.Primitives/4.1.1": {
6762
+      "sha512": "HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
6758
       "type": "package",
6763
       "type": "package",
6759
-      "path": "System.Runtime.Serialization.Primitives/4.3.0",
6764
+      "path": "System.Runtime.Serialization.Primitives/4.1.1",
6760
       "files": [
6765
       "files": [
6761
-        "System.Runtime.Serialization.Primitives.4.3.0.nupkg.sha512",
6766
+        "System.Runtime.Serialization.Primitives.4.1.1.nupkg.sha512",
6762
         "System.Runtime.Serialization.Primitives.nuspec",
6767
         "System.Runtime.Serialization.Primitives.nuspec",
6763
         "ThirdPartyNotices.txt",
6768
         "ThirdPartyNotices.txt",
6764
         "dotnet_library_license.txt",
6769
         "dotnet_library_license.txt",
7147
         "ref/xamarinwatchos10/_._"
7152
         "ref/xamarinwatchos10/_._"
7148
       ]
7153
       ]
7149
     },
7154
     },
7150
-    "System.Security.Principal.Windows/4.3.0": {
7151
-      "sha512": "38zo3OMmOoR5twVinKjl7h+FljejIk8px70zq39GZ+RH2kKDDFNVK1YFDBSdOjqohNYslgidZuXoWLdB3e7hsw==",
7155
+    "System.Security.Principal.Windows/4.3.0-preview1-24530-04": {
7156
+      "sha512": "YMItt1TqxJqwdQhA1RmOPTQapHAB1xL/Fjq23e3x1jNbJfl15clOCqCh3QvPEZc4lRRCV8j5qZQXohsu41jDhw==",
7152
       "type": "package",
7157
       "type": "package",
7153
-      "path": "System.Security.Principal.Windows/4.3.0",
7158
+      "path": "System.Security.Principal.Windows/4.3.0-preview1-24530-04",
7154
       "files": [
7159
       "files": [
7155
-        "System.Security.Principal.Windows.4.3.0.nupkg.sha512",
7160
+        "System.Security.Principal.Windows.4.3.0-preview1-24530-04.nupkg.sha512",
7156
         "System.Security.Principal.Windows.nuspec",
7161
         "System.Security.Principal.Windows.nuspec",
7157
         "ThirdPartyNotices.txt",
7162
         "ThirdPartyNotices.txt",
7158
         "dotnet_library_license.txt",
7163
         "dotnet_library_license.txt",
7579
         "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml"
7584
         "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml"
7580
       ]
7585
       ]
7581
     },
7586
     },
7582
-    "System.Threading.Thread/4.3.0": {
7583
-      "sha512": "OqHbGdnQAQzxS+nYWexRRrQUPq9QU5Mii/0GampwcAqOY3AzM5r9cDusiKj97cXsAlsZYYrRI+/xSsR0r1EFEw==",
7587
+    "System.Threading.Thread/4.0.0": {
7588
+      "sha512": "vfYsSJUy2/2CLmFSQTl94avKqexfECRM3hOX6v1Fo0/etcdQpD9TZTBScGSVeIB6l9OfpEBKNO9WoWinj62oSA==",
7584
       "type": "package",
7589
       "type": "package",
7585
-      "path": "System.Threading.Thread/4.3.0",
7590
+      "path": "System.Threading.Thread/4.0.0",
7586
       "files": [
7591
       "files": [
7587
-        "System.Threading.Thread.4.3.0.nupkg.sha512",
7592
+        "System.Threading.Thread.4.0.0.nupkg.sha512",
7588
         "System.Threading.Thread.nuspec",
7593
         "System.Threading.Thread.nuspec",
7589
         "ThirdPartyNotices.txt",
7594
         "ThirdPartyNotices.txt",
7590
         "dotnet_library_license.txt",
7595
         "dotnet_library_license.txt",
7617
         "ref/xamarinwatchos10/_._"
7622
         "ref/xamarinwatchos10/_._"
7618
       ]
7623
       ]
7619
     },
7624
     },
7620
-    "System.Threading.ThreadPool/4.3.0": {
7621
-      "sha512": "SrCOmTvvOOCmJT4BBxdZcwhz6XEMsjBGZvGSVorOxdCznaUNeVotEjDfXGIZ8gcGo00qgPbTV6puHDgcFYl6Iw==",
7625
+    "System.Threading.ThreadPool/4.0.10": {
7626
+      "sha512": "0hgz4zrG3j1FXFkESz7IPHTk82jjas9cvOPp92yjPCfLHiz1WAYmXOw5L+SbyiGvYPDs1gr+Sw4nb8Sba19Vwg==",
7622
       "type": "package",
7627
       "type": "package",
7623
-      "path": "System.Threading.ThreadPool/4.3.0",
7628
+      "path": "System.Threading.ThreadPool/4.0.10",
7624
       "files": [
7629
       "files": [
7625
-        "System.Threading.ThreadPool.4.3.0.nupkg.sha512",
7630
+        "System.Threading.ThreadPool.4.0.10.nupkg.sha512",
7626
         "System.Threading.ThreadPool.nuspec",
7631
         "System.Threading.ThreadPool.nuspec",
7627
         "ThirdPartyNotices.txt",
7632
         "ThirdPartyNotices.txt",
7628
         "dotnet_library_license.txt",
7633
         "dotnet_library_license.txt",
7849
   },
7854
   },
7850
   "projectFileDependencyGroups": {
7855
   "projectFileDependencyGroups": {
7851
     "": [
7856
     "": [
7857
+      "Gray.Microsoft.AspNetCore.SignalR.Server >= 0.2.0-alpha1",
7852
       "Microsoft.ApplicationInsights.AspNetCore >= 1.0.2",
7858
       "Microsoft.ApplicationInsights.AspNetCore >= 1.0.2",
7853
-      "Microsoft.AspNetCore.SignalR.Server >= 0.2.0-alpha1",
7854
       "Microsoft.AspNetCore.WebSockets >= 1.0.0",
7859
       "Microsoft.AspNetCore.WebSockets >= 1.0.0",
7855
       "Microsoft.EntityFrameworkCore.Tools >= 1.1.0-preview4-final",
7860
       "Microsoft.EntityFrameworkCore.Tools >= 1.1.0-preview4-final",
7856
       "Npgsql.EntityFrameworkCore.PostgreSQL >= 1.1.0"
7861
       "Npgsql.EntityFrameworkCore.PostgreSQL >= 1.1.0"

Loading…
Cancel
Save