pact-workshop-dotnet-core-v1 icon indicating copy to clipboard operation
pact-workshop-dotnet-core-v1 copied to clipboard

Missing package reference to AspNetCore.Routing

Open nhaiar opened this issue 7 years ago • 1 comments

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

nhaiar avatar Mar 26 '18 15:03 nhaiar

#3

Xtrimxxx avatar Apr 12 '18 13:04 Xtrimxxx