Closed
Description
Hello, when adding the nuget package Microsoft.AspNetCore.Mvc.Versioning 4.0.0 or 4.1.0, we are hitting the following exception:
Part URI cannot start with two forward slashes.
This only happens when we use tools like Nuget Package Explorer to download the nuget. It does not seem to happen when consuming directly from Visual Studios.
It seems this is caused by the same issue as described here: microsoft/onnxruntime#664
Any chance we could get a similar fix? Thanks