pact-workshop-dotnet-core-v1
pact-workshop-dotnet-core-v1 copied to clipboard
Missing package reference to AspNetCore.Routing
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
#3