Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have the same experience. That is, on my Windows XP SP3 (Visual Studio 2010 + .NET 4.)), Nuget is bringing incompatible packages for .NET 4.5 being identified for .NET 4.0. Happened with Reactive (Rx), Async extensions and some more (I did not keep tracks) so I stopped using Nuget. </p> <p>I've installed <a href="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;id=9983" rel="nofollow">Async CTP (Version 3)</a> + <a href="http://www.microsoft.com/en-us/download/details.aspx?id=28568" rel="nofollow">SP1 to it</a> which brought: </p> <ul> <li>AsyncCtpLibrary.dll </li> <li>AsyncCtpLibrary_Phone.dll </li> <li>AsyncCtpLibrary_Silverlight.dll </li> <li>AsyncCtpLibrary_Silverlight.dll </li> <li>System.Threading.Tasks.<strong>Dataflow</strong>.dll </li> <li>System.Windows.Controls.Toolkit.dll </li> <li>System.Windows.Controls.Toolkit.Internals.dll </li> </ul> <p>into <code>&lt;My Documents SubFolder&gt;\Microsoft Visual Studio Async CTP\Samples\</code> which I now either reference or include into projects. </p> <p>The .NET 4.5 MSDN docs code examples seem all use <code>HttpClient</code> from <code>System.Net.Http</code> namespace which I've got from download in code.msdn.microsoft.com <a href="http://code.msdn.microsoft.com/Introduction-to-HttpClient-4a2d9cee" rel="nofollow">Introduction to HttpClient</a> </p> <p>That is, I've got from the latter: </p> <ul> <li>System.Json.dll (4.0.20118.13260) </li> <li>System.Net.Http.dll (2.0.20118.13260) </li> <li>System.Net.Http.WebRequest.dll (2.0.20118.13260) </li> <li>System.Net.Http.Formatting.dll (4.0.20118.13260) </li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload