Skip to content

Commit

Permalink
Revert "Ripple update, getting rid of Ionic.zip since it's already il…
Browse files Browse the repository at this point in the history
… merged."

This reverts commit a460b81.
  • Loading branch information
bbehrens committed Feb 20, 2012
1 parent a460b81 commit e2f2cf0
Show file tree
Hide file tree
Showing 56 changed files with 205 additions and 174 deletions.
13 changes: 8 additions & 5 deletions src/Fubu/Fubu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Bottles">
<HintPath>..\packages\Bottles.0.9.1.195\lib\Bottles.dll</HintPath>
<HintPath>..\packages\Bottles.0.9.1.172\lib\Bottles.dll</HintPath>
</Reference>
<Reference Include="Bottles.Deployers.Iis">
<HintPath>..\packages\Bottles.Deployers.IIS.0.9.1.195\lib\Bottles.Deployers.Iis.dll</HintPath>
<HintPath>..\packages\Bottles.Deployers.IIS.0.9.1.172\lib\Bottles.Deployers.Iis.dll</HintPath>
</Reference>
<Reference Include="Bottles.Deployment">
<HintPath>..\packages\Bottles.Deployment.0.9.1.196\lib\Bottles.Deployment.dll</HintPath>
<HintPath>..\packages\Bottles.Deployment.0.9.1.172\lib\Bottles.Deployment.dll</HintPath>
</Reference>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="Gate, Version=0.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Gate.0.1.4\lib\Gate.dll</HintPath>
Expand All @@ -54,7 +54,10 @@
<HintPath>..\packages\Gate.Kayak.0.1.4\lib\Gate.Kayak.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="Kayak, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Kayak.0.7.2\lib\Kayak.dll</HintPath>
Expand Down
12 changes: 7 additions & 5 deletions src/Fubu/packages.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bottles" version="0.9.1.195" />
<package id="Bottles.Deployers.IIS" version="0.9.1.195" />
<package id="Bottles.Deployment" version="0.9.1.196" />
<package id="Bottles" version="0.9.1.172" />
<package id="Bottles.Deployers.IIS" version="0.9.1.172" />
<package id="Bottles.Deployment" version="0.9.1.172" />
<package id="Bottles.Tools" version="0.9.1.172" />
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="DotNetZip" version="1.9.1.8" />
<package id="FubuCore" version="0.9.4.109" />
<package id="Gate" version="0.1.4" />
<package id="Gate.Kayak" version="0.1.4" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="HtmlTags" version="1.0.0.52" />
<package id="Kayak" version="0.7.2" />
<package id="structuremap" version="2.6.3" />
</packages>
4 changes: 2 additions & 2 deletions src/FubuKayak/FubuKayak.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="Gate">
<HintPath>..\packages\Gate.0.1.4\lib\Gate.dll</HintPath>
Expand All @@ -48,7 +48,7 @@
<HintPath>..\packages\Gate.Kayak.0.1.4\lib\Gate.Kayak.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Kayak">
<HintPath>..\packages\Kayak.0.7.2\lib\Kayak.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions src/FubuKayak/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="FubuCore" version="0.9.4.109" />
<package id="Gate" version="0.1.4" />
<package id="Gate.Kayak" version="0.1.4" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="HtmlTags" version="1.0.0.52" />
<package id="Kayak" version="0.7.2" />
</packages>
3 changes: 2 additions & 1 deletion src/FubuMVC.Core/.package-manifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<assembly>Bottles</assembly>
<assembly>FubuCore</assembly>
<assembly>FubuLocalization</assembly>
<assembly>HtmlTags</assembly>
<assembly>HtmlTags</assembly>
<assembly>Ionic.Zip</assembly>
<assembly>Microsoft.Practices.ServiceLocation</assembly>
<assembly>Bottles.Deployment</assembly>
<assembly>StructureMap</assembly>
Expand Down
13 changes: 8 additions & 5 deletions src/FubuMVC.Core/FubuMVC.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,22 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Bottles">
<HintPath>..\packages\Bottles.0.9.1.195\lib\Bottles.dll</HintPath>
<HintPath>..\packages\Bottles.0.9.1.172\lib\Bottles.dll</HintPath>
</Reference>
<Reference Include="Bottles.Deployment">
<HintPath>..\packages\Bottles.Deployment.0.9.1.196\lib\Bottles.Deployment.dll</HintPath>
<HintPath>..\packages\Bottles.Deployment.0.9.1.172\lib\Bottles.Deployment.dll</HintPath>
</Reference>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="FubuLocalization">
<HintPath>..\packages\FubuLocalization.0.9.4.113\lib\FubuLocalization.dll</HintPath>
<HintPath>..\packages\FubuLocalization.0.9.4.106\lib\FubuLocalization.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
Expand Down
11 changes: 6 additions & 5 deletions src/FubuMVC.Core/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bottles" version="0.9.1.195" />
<package id="Bottles.Deployment" version="0.9.1.196" />
<package id="Bottles" version="0.9.1.172" />
<package id="Bottles.Deployment" version="0.9.1.172" />
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="FubuLocalization" version="0.9.4.113" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="DotNetZip" version="1.9.1.8" />
<package id="FubuCore" version="0.9.4.109" />
<package id="FubuLocalization" version="0.9.4.106" />
<package id="HtmlTags" version="1.0.0.52" />
<package id="structuremap" version="2.6.3" />
</packages>
13 changes: 8 additions & 5 deletions src/FubuMVC.Deployers/FubuMVC.Deployers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,22 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Bottles">
<HintPath>..\packages\Bottles.0.9.1.195\lib\Bottles.dll</HintPath>
<HintPath>..\packages\Bottles.0.9.1.172\lib\Bottles.dll</HintPath>
</Reference>
<Reference Include="Bottles.Deployers.Iis">
<HintPath>..\packages\Bottles.Deployers.IIS.0.9.1.195\lib\Bottles.Deployers.Iis.dll</HintPath>
<HintPath>..\packages\Bottles.Deployers.IIS.0.9.1.172\lib\Bottles.Deployers.Iis.dll</HintPath>
</Reference>
<Reference Include="Bottles.Deployment">
<HintPath>..\packages\Bottles.Deployment.0.9.1.196\lib\Bottles.Deployment.dll</HintPath>
<HintPath>..\packages\Bottles.Deployment.0.9.1.172\lib\Bottles.Deployment.dll</HintPath>
</Reference>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
Expand Down
11 changes: 6 additions & 5 deletions src/FubuMVC.Deployers/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bottles" version="0.9.1.195" />
<package id="Bottles.Deployers.IIS" version="0.9.1.195" />
<package id="Bottles.Deployment" version="0.9.1.196" />
<package id="Bottles" version="0.9.1.172" />
<package id="Bottles.Deployers.IIS" version="0.9.1.172" />
<package id="Bottles.Deployment" version="0.9.1.172" />
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="DotNetZip" version="1.9.1.8" />
<package id="FubuCore" version="0.9.4.109" />
<package id="HtmlTags" version="1.0.0.52" />
<package id="structuremap" version="2.6.3" />
</packages>
11 changes: 7 additions & 4 deletions src/FubuMVC.Diagnostics.Tests/FubuMVC.Diagnostics.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,19 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Bottles">
<HintPath>..\packages\Bottles.0.9.1.195\lib\Bottles.dll</HintPath>
<HintPath>..\packages\Bottles.0.9.1.172\lib\Bottles.dll</HintPath>
</Reference>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="FubuTestingSupport">
<HintPath>..\packages\FubuTestingSupport.0.9.4.113\lib\FubuTestingSupport.dll</HintPath>
<HintPath>..\packages\FubuTestingSupport.0.9.4.106\lib\FubuTestingSupport.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
Expand Down
9 changes: 5 additions & 4 deletions src/FubuMVC.Diagnostics.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bottles" version="0.9.1.195" />
<package id="Bottles" version="0.9.1.172" />
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="FubuTestingSupport" version="0.9.4.113" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="DotNetZip" version="1.9.1.8" />
<package id="FubuCore" version="0.9.4.109" />
<package id="FubuTestingSupport" version="0.9.4.106" />
<package id="HtmlTags" version="1.0.0.52" />
<package id="NUnit" version="2.5.10.11092" />
<package id="RhinoMocks" version="3.6" />
<package id="structuremap" version="2.6.3" />
Expand Down
6 changes: 3 additions & 3 deletions src/FubuMVC.Diagnostics/FubuMVC.Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Bottles">
<HintPath>..\packages\Bottles.0.9.1.195\lib\Bottles.dll</HintPath>
<HintPath>..\packages\Bottles.0.9.1.172\lib\Bottles.dll</HintPath>
</Reference>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Practices.ServiceLocation">
Expand Down
6 changes: 3 additions & 3 deletions src/FubuMVC.Diagnostics/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bottles" version="0.9.1.195" />
<package id="Bottles" version="0.9.1.172" />
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="FubuCore" version="0.9.4.109" />
<package id="HtmlTags" version="1.0.0.52" />
<package id="Newtonsoft.Json" version="4.0.5" />
</packages>
4 changes: 2 additions & 2 deletions src/FubuMVC.GettingStarted/FubuMVC.GettingStarted.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions src/FubuMVC.GettingStarted/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="FubuCore" version="0.9.4.109" />
<package id="HtmlTags" version="1.0.0.52" />
</packages>
6 changes: 3 additions & 3 deletions src/FubuMVC.HelloSpark/FubuMVC.HelloSpark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Bottles">
<HintPath>..\packages\Bottles.0.9.1.195\lib\Bottles.dll</HintPath>
<HintPath>..\packages\Bottles.0.9.1.172\lib\Bottles.dll</HintPath>
</Reference>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Practices.ServiceLocation">
Expand Down
6 changes: 3 additions & 3 deletions src/FubuMVC.HelloSpark/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bottles" version="0.9.1.195" />
<package id="Bottles" version="0.9.1.172" />
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="FubuCore" version="0.9.4.109" />
<package id="HtmlTags" version="1.0.0.52" />
<package id="Spark" version="1.6" />
<package id="structuremap" version="2.6.3" />
</packages>
6 changes: 3 additions & 3 deletions src/FubuMVC.HelloWorld/FubuMVC.HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Bottles">
<HintPath>..\packages\Bottles.0.9.1.195\lib\Bottles.dll</HintPath>
<HintPath>..\packages\Bottles.0.9.1.172\lib\Bottles.dll</HintPath>
</Reference>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.54\lib\4.0\HtmlTags.dll</HintPath>
<HintPath>..\packages\HtmlTags.1.0.0.52\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions src/FubuMVC.HelloWorld/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bottles" version="0.9.1.195" />
<package id="Bottles" version="0.9.1.172" />
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="HtmlTags" version="1.0.0.54" />
<package id="FubuCore" version="0.9.4.109" />
<package id="HtmlTags" version="1.0.0.52" />
<package id="structuremap" version="2.6.3" />
</packages>
4 changes: 2 additions & 2 deletions src/FubuMVC.OwinHost.Testing/FubuMVC.OwinHost.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="FubuTestingSupport">
<HintPath>..\packages\FubuTestingSupport.0.9.4.113\lib\FubuTestingSupport.dll</HintPath>
<HintPath>..\packages\FubuTestingSupport.0.9.4.106\lib\FubuTestingSupport.dll</HintPath>
</Reference>
<Reference Include="Gate">
<HintPath>..\packages\Gate.0.1.4\lib\Gate.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions src/FubuMVC.OwinHost.Testing/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="FubuTestingSupport" version="0.9.4.113" />
<package id="FubuCore" version="0.9.4.109" />
<package id="FubuTestingSupport" version="0.9.4.106" />
<package id="Gate" version="0.1.4" />
<package id="NUnit" version="2.5.10.11092" />
<package id="RhinoMocks" version="3.6" />
Expand Down
2 changes: 1 addition & 1 deletion src/FubuMVC.OwinHost/FubuMVC.OwinHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="FubuCore">
<HintPath>..\packages\FubuCore.0.9.4.113\lib\FubuCore.dll</HintPath>
<HintPath>..\packages\FubuCore.0.9.4.109\lib\FubuCore.dll</HintPath>
</Reference>
<Reference Include="Gate">
<HintPath>..\packages\Gate.0.1.4\lib\Gate.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/FubuMVC.OwinHost/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.4.113" />
<package id="FubuCore" version="0.9.4.109" />
<package id="Gate" version="0.1.4" />
</packages>
Loading

0 comments on commit e2f2cf0

Please sign in to comment.