Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoogan committed Jun 9, 2016
1 parent 9cbf56f commit dc08053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Octopus-Cmdlets.Tests/Octopus-Cmdlets.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<HintPath>..\packages\Octopus.Client.2.6.5.1010\lib\net40\Octopus.Platform.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sprache, Version=2.0.0.44, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sprache.2.0.0.44\lib\portable-net4+netcore45+win8+wp8+sl5+MonoAndroid1+MonoTouch1\Sprache.dll</HintPath>
<Reference Include="Sprache, Version=2.0.0.46, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sprache.2.0.0.46\lib\portable-net4+netcore45+win8+wp8+sl5+MonoAndroid1+MonoTouch1\Sprache.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
8 changes: 4 additions & 4 deletions Octopus-Cmdlets.Tests/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="Moq" version="4.2.1507.0118" targetFramework="net4" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net4" />
<package id="Octopus.Client" version="2.6.5.1010" targetFramework="net4" />
<package id="Sprache" version="2.0.0.46" targetFramework="net4" />
<package id="Moq" version="4.2.1507.0118" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net40" />
<package id="Octopus.Client" version="2.6.5.1010" targetFramework="net40" />
<package id="Sprache" version="2.0.0.46" targetFramework="net40" />
<package id="System.Management.Automation" version="6.1.7601.17515" targetFramework="net4" />
</packages>

0 comments on commit dc08053

Please sign in to comment.