RemoteAgents WP8. Update to new library.
authorGustavo Martin <gu.martinm@gmail.com>
Tue, 4 Mar 2014 07:16:50 +0000 (08:16 +0100)
committerGustavo Martin <gu.martinm@gmail.com>
Tue, 4 Mar 2014 07:16:50 +0000 (08:16 +0100)
WindowsPhone/RemoteAgents/RemoteAgents/RemoteAgents.csproj
WindowsPhone/RemoteAgents/RemoteAgents/ViewModel/ViewModel.cs

index f110bf2..c81bd3b 100644 (file)
     </EmbeddedResource>
   </ItemGroup>
   <ItemGroup>
-    <Reference Include="jsonrpc4net">
-      <HintPath>..\..\jsonrpc4net\jsonrpc4net\Bin\Debug\jsonrpc4net.dll</HintPath>
+    <Reference Include="jsonrpc4net, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..\jsonrpc4net\jsonrpc4net\Bin\Debug\jsonrpc4net.dll</HintPath>
     </Reference>
     <Reference Include="NLog">
       <HintPath>..\packages\NLog.2.1.0\lib\sl4-windowsphone71\NLog.dll</HintPath>
index 517afd2..ae57902 100644 (file)
@@ -1,4 +1,4 @@
-using GumartinM.JsonRPC4Mono;
+using GumartinM.JsonRPC4NET;
 using System.Threading.Tasks;
 
 namespace RemoteAgents.WindowsPhone.ViewModel