pact-foundation / pact-workshop-dotnet-core-v1

A workshop for Pact using .NET Core
Apache License 2.0
75 stars 209 forks source link

Missing package reference to AspNetCore.Routing #3

Open nhaiar opened 6 years ago

nhaiar commented 6 years ago

Had some issues trying to run YourSolution/Provider/src... Application startup exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNetCore.Routing, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Add using dotnet cli: https://www.nuget.org/packages/Microsoft.AspNetCore.Routing/2.1.0-preview1-final

Xtrimxxx commented 6 years ago

3