Skip to content

Commit

Permalink
Hopefully fixed JSON version binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoogan committed Feb 18, 2016
1 parent 39c24f7 commit 9cbf56f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion Octopus-Cmdlets/Octopus-Cmdlets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Octopus.Client, Version=2.6.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octopus.Client.2.6.5.1010\lib\net40\Octopus.Client.dll</HintPath>
<Private>True</Private>
Expand All @@ -44,6 +48,10 @@
<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>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down Expand Up @@ -108,7 +116,9 @@
<None Include="Octopus-Cmdlets.Types.ps1xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
6 changes: 3 additions & 3 deletions Octopus-Cmdlets/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<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="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.44" targetFramework="net40" />
<package id="System.Management.Automation" version="6.1.7601.17515" targetFramework="net4" />
</packages>

0 comments on commit 9cbf56f

Please sign in to comment.