Skip to content

Commit

Permalink
fixed nuget references
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Jul 9, 2014
1 parent 35ef3fd commit 6dab1ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Demo.WinForms/PoshDemo.csproj
Expand Up @@ -36,10 +36,10 @@
<HintPath>..\Dependencies\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Svg">
<HintPath>packages\Svg.1.7.0\lib\Svg.dll</HintPath>
<HintPath>..\packages\Svg.1.7.0\lib\Svg.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion Demo.WinForms/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net451" />
<package id="Svg" version="1.7.0" targetFramework="net451" />
</packages>
4 changes: 2 additions & 2 deletions Source/Posh.csproj
Expand Up @@ -33,10 +33,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\Timeliner\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Svg">
<HintPath>..\..\Timeliner\packages\Svg.1.7.0\lib\Svg.dll</HintPath>
<HintPath>..\packages\Svg.1.7.0\lib\Svg.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion Source/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net451" />
<package id="Rx-Core" version="2.2.4" targetFramework="net451" />
<package id="Rx-Interfaces" version="2.2.4" targetFramework="net451" />
<package id="Rx-Linq" version="2.2.4" targetFramework="net451" />
Expand Down

0 comments on commit 6dab1ab

Please sign in to comment.