Relative Content

Tag Archive for .net-corenuget-package-restore

How can I restore multiple versions of the same package in dotnet?

I would like to write a test case that checks the new behavior of a service against each previously-published client SDK. The service produces JSON output, and the SDK deserializes that and provides an object model. I want to ensure that as the service evolves, each older SDK can still successfully deserialize the output.