ODataSamples icon indicating copy to clipboard operation
ODataSamples copied to clipboard

AdventureWorksLTSample not working with latest NuGet packages

Open rhyous opened this issue 8 years ago • 0 comments

Steps to duplicate:

  1. Download the AdventureWorksLTSample
  2. Build. Build works.
  3. Remove all previous NuGet packages get-package | uninstall-package -force
  4. Install updated NuGet packages install-package Microsoft.Restier
  5. Build. Build fails.

It looks like the issues are in the WebApiConfig.cs as some objects no longer exist.

rhyous avatar Aug 24 '17 20:08 rhyous