forked from Particular/ServiceControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathripple.config
More file actions
57 lines (57 loc) · 3.51 KB
/
Copy pathripple.config
File metadata and controls
57 lines (57 loc) · 3.51 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
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0"?>
<ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>ServiceControl</Name>
<NugetSpecFolder>packaging/nuget</NugetSpecFolder>
<SourceFolder>src</SourceFolder>
<BuildCommand>rake</BuildCommand>
<FastBuildCommand>rake compile</FastBuildCommand>
<DefaultFloatConstraint>CurrentMajor,NextMajor</DefaultFloatConstraint>
<DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
<Feeds>
<Feed Url="https://builds.particular.net/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="Anything" />
<Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
</Feeds>
<Nugets>
<Dependency Name="Autofac" Version="3.1.1" Mode="Fixed" />
<Dependency Name="Autofac.SignalR" Version="3.0.1" Mode="Fixed" />
<Dependency Name="log4net" Version="2.0.0" Mode="Fixed" />
<Dependency Name="Lucene.Net" Version="3.0.3" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.SignalR.Client" Version="1.1.3" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.SignalR.Core" Version="1.1.3" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.SignalR.Owin" Version="1.1.3" Mode="Fixed" />
<Dependency Name="Microsoft.Bcl" Version="1.1.3" Mode="Fixed" />
<Dependency Name="Microsoft.Bcl.Build" Version="1.0.10" Mode="Fixed" />
<Dependency Name="Microsoft.CompilerServices.AsyncTargetingPack" Version="1.0.1.0" Mode="Fixed" />
<Dependency Name="Microsoft.Data.Edm" Version="5.2.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.Data.OData" Version="5.2.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.Net.Http" Version="2.2.15" Mode="Fixed" />
<Dependency Name="Microsoft.Owin" Version="2.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.Owin.Diagnostics" Version="2.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.Owin.Host.HttpListener" Version="2.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.Owin.Hosting" Version="2.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.WindowsAzure.ConfigurationManager" Version="1.8.0.0" Mode="Fixed" />
<Dependency Name="Nancy" Version="0.20.0" Mode="Fixed" />
<Dependency Name="Nancy.Bootstrappers.Autofac" Version="0.20.0" Mode="Fixed" />
<Dependency Name="Nancy.Owin" Version="0.20.0" Mode="Fixed" />
<Dependency Name="Newtonsoft.Json" Version="5.0.6" Mode="Fixed" />
<Dependency Name="NLog" Version="2.0.1.2" Mode="Fixed" />
<Dependency Name="NServiceBus" Version="4.1.0.0-Unstable0507" Mode="Fixed" />
<Dependency Name="NServiceBus.AcceptanceTesting" Version="4.1.0.0-Unstable0507" Mode="Fixed" />
<Dependency Name="NServiceBus.Autofac" Version="4.1.0.0-Unstable0507" Mode="Fixed" />
<Dependency Name="NServiceBus.Host" Version="4.1.0.0-Unstable0507" Mode="Fixed" />
<Dependency Name="NServiceBus.Interfaces" Version="4.1.0.0-Unstable0507" Mode="Fixed" />
<Dependency Name="NUnit" Version="2.6.2" Mode="Fixed" />
<Dependency Name="Owin" Version="1.0" Mode="Fixed" />
<Dependency Name="RavenDB.Client" Version="2.5.2700" Mode="Fixed" />
<Dependency Name="RavenDB.Database" Version="2.5.2700" Mode="Fixed" />
<Dependency Name="RavenDB.Embedded" Version="2.5.2700" Mode="Fixed" />
<Dependency Name="SharpZipLib" Version="0.86.0" Mode="Fixed" />
<Dependency Name="System.Spatial" Version="5.2.0.0" Mode="Fixed" />
<Dependency Name="WindowsAzure.Storage" Version="2.0.6.1" Mode="Fixed" />
</Nugets>
<Groups />
<References>
<IgnoreAssemblies />
</References>
<Nuspecs />
</ripple>