forked from DarthFubuMVC/fubumvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ripple.config
46 lines (46 loc) · 2.7 KB
/
ripple.config
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
<?xml version="1.0"?>
<ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>fubumvc</Name>
<NugetSpecFolder>packaging/nuget</NugetSpecFolder>
<SourceFolder>src</SourceFolder>
<BuildCommand>rake</BuildCommand>
<FastBuildCommand>rake compile</FastBuildCommand>
<DefaultFloatConstraint>Current</DefaultFloatConstraint>
<DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
<Feeds>
<Feed Url="http://build.fubu-project.org/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="ReleasedOnly" />
<Feed Url="https://www.myget.org/F/katana-mono/" Mode="Fixed" Stability="Anything" />
<Feed Url="http://myget.org/F/katana/" Mode="Fixed" Stability="Anything" />
<Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
<Feed Url="http://packages.nuget.org/v1/FeedService.svc/" Mode="Fixed" Stability="ReleasedOnly" />
</Feeds>
<Nugets>
<Dependency Name="Autofac" Version="2.6.3.862" Mode="Fixed" />
<Dependency Name="Bottles" Version="2.0.0.563" Mode="Float" />
<Dependency Name="Bottles.Tools" Version="0.9.1.202" Mode="Float" />
<Dependency Name="Castle.Core" Version="3.2.1" Mode="Fixed" />
<Dependency Name="FubuCore" Version="1.2.0.259" Mode="Float" />
<Dependency Name="FubuDocs" Version="0.9.0.166" Mode="Float" />
<Dependency Name="FubuLocalization" Version="0.9.5.146" Mode="Float" />
<Dependency Name="FubuMVC.ViewEngines.Docs" Version="1.1.0.581" Mode="Float" />
<Dependency Name="FubuTestingSupport" Version="1.2.0.259" Mode="Float" />
<Dependency Name="HtmlTags" Version="2.0.0.174" Mode="Float" />
<Dependency Name="Microsoft.Net.Http" Version="2.0.20710.0" Mode="Fixed" />
<Dependency Name="Microsoft.Owin.Host.HttpListener-mono" Version="2.0.1-rtw1-20906-007" Mode="Float" />
<Dependency Name="Microsoft.Owin.Hosting-mono" Version="2.0.1-rtw1-20906-007" Mode="Float" />
<Dependency Name="Microsoft.Owin-mono" Version="2.0.1-rtw1-20906-007" Mode="Float" />
<Dependency Name="Newtonsoft.Json" Version="4.5.9" Mode="Fixed" />
<Dependency Name="NUnit" Version="2.5.10.11092" Mode="Fixed" />
<Dependency Name="Owin" Version="1.0" Mode="Fixed" />
<Dependency Name="Owin.Extensions" Version="0.8.5.0" Mode="Fixed" />
<Dependency Name="Owin.Types" Version="0.8.5.0" Mode="Float" />
<Dependency Name="RhinoMocks" Version="3.6.1" Mode="Fixed" />
<Dependency Name="structuremap" Version="2.6.3" Mode="Fixed" />
<Dependency Name="structuremap.automocking" Version="2.6.3" Mode="Fixed" />
</Nugets>
<Groups />
<References>
<IgnoreAssemblies />
</References>
<Nuspecs />
</ripple>