Skip to content

Commit

Permalink
Merge pull request #675 from Valmere/master
Browse files Browse the repository at this point in the history
fix pogo proto not being found
  • Loading branch information
NecronomiconCoding authored Jul 26, 2016
2 parents 12a1cf5 + db63938 commit 5812457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion PoGo.NecroBot.CLI/PoGo.NecroBot.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="POGOProtos">
<HintPath>$(SolutionDir)\packages\POGOProtos.1.2.0\lib\net45\POGOProtos.dll</HintPath>
<HintPath>..\packages\POGOProtos.1.3.0\lib\net45\POGOProtos.dll</HintPath>
</Reference>
<Reference Include="SuperSocket.Common, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
<HintPath>..\packages\SuperSocket.1.6.6.1\lib\net45\SuperSocket.Common.dll</HintPath>
Expand Down Expand Up @@ -130,6 +130,9 @@
<Name>PoGo.NecroBot.Logic</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Google.Protobuf" version="3.0.0-beta3" targetFramework="net45" />
<package id="log4net" version="2.0.5" targetFramework="net45" />
<package id="pogo" version="0.0.3" targetFramework="net45" />
<package id="POGOProtos" version="1.3.0" targetFramework="net45" />
<package id="SuperSocket" version="1.6.6.1" targetFramework="net45" />
<package id="SuperSocket.Engine" version="1.6.6.1" targetFramework="net45" />
<package id="SuperSocket.WebSocket" version="1.6.6.1" targetFramework="net45" />
Expand Down

0 comments on commit 5812457

Please sign in to comment.