Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
- updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Nov 21, 2015
1 parent ca8d21e commit ede4a41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Shuttle.ESB.Castle/Shuttle.ESB.Castle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net35\Castle.Windsor.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=3.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Infrastructure, Version=4.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-infrastructure.3.3.1\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.4.0.3\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Core, Version=4.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.Core, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-core.4.0.3\lib\net40-full\Shuttle.ESB.Core.dll</HintPath>
<HintPath>..\packages\shuttle-esb-core.4.2.0\lib\net40-full\Shuttle.ESB.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.ESB.Castle/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Castle.Core" version="3.3.3" targetFramework="net35" />
<package id="Castle.Windsor" version="3.3.0" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.3.1" targetFramework="net40" />
<package id="shuttle-core-infrastructure" version="4.0.3" targetFramework="net40" />
<package id="shuttle-core-msbuild" version="1.1.7" targetFramework="net40" />
<package id="shuttle-esb-core" version="4.0.3" targetFramework="net40" />
<package id="shuttle-esb-core" version="4.2.0" targetFramework="net40" />
</packages>

0 comments on commit ede4a41

Please sign in to comment.