forked from gigya/microdot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaket.dependencies
More file actions
45 lines (40 loc) · 1.36 KB
/
Copy pathpaket.dependencies
File metadata and controls
45 lines (40 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
source https://www.nuget.org/api/v2/
framework: net451
redirects: on
content: once
copy_content_to_output_dir: always
# Misc
nuget Metrics.NET ~> 0.0
nuget Newtonsoft.Json ~> 9.0
nuget Nito.AsyncEx ~> 4.0
nuget System.Threading.Tasks.Dataflow ~> 4.0
nuget ZooKeeperNetEx ~> 3.4 >= 3.4.7.1
nuget System.ComponentModel.Annotations ~> 4.0
nuget System.Collections.Immutable ~> 1.0
nuget DataAnnotationsValidator ~> 2.0
# Orleans
nuget Microsoft.Orleans.Core 1.3.1
nuget Microsoft.Orleans.OrleansRuntime 1.3.1
nuget Microsoft.Orleans.OrleansProviders 1.3.1
nuget Microsoft.Orleans.OrleansSqlUtils 1.3.1
nuget Microsoft.Orleans.OrleansZooKeeperUtils 1.3.1
nuget Microsoft.Orleans.OrleansCodeGenerator 1.3.1
nuget Microsoft.Orleans.OrleansCodeGenerator.Build 1.3.1
nuget Microsoft.Orleans.TestingHost 1.3.1
nuget Microsoft.CodeAnalysis.CSharp 1.3.2
nuget Microsoft.CodeAnalysis.Common 1.3.2
nuget Microsoft.Extensions.DependencyInjection.Abstractions 1.1.1
nuget Microsoft.Extensions.DependencyInjection 1.1.1
#Ninject
nuget Ninject ~> 3.2 >= 3.2.1
nuget Ninject.Extensions.Factory ~> 3.2 >= 3.2.1
nuget Ninject.Extensions.Conventions ~> 3.2 >= 3.2.0
nuget Castle.Core ~> 3.3 >= 3.3.0.0
#Tests only dependencies
nuget NUnit ~> 3.0
nuget RichardSzalay.MockHttp ~> 1.0
nuget NSubstitute ~> 2.0
nuget FluentAssertions ~> 4.0
nuget Nuget.CommandLine ~> 4.0
nuget Shouldly ~> 2.0
nuget NLog ~> 4.0