I'm trying to find out if there is any way to install two versions of a NuGet package?
The reason is exceptionally limited, but we install the latest version of the 1x
build of jQuery as well as whatever the most recent version is. Based on that we will see if the latest version is loaded correctly. If it's not we add in a script tag that references the 1x
build. This is mainly for backward compatibility.
So, is this possible? Currently, we just use NuGet to get the latest version and then download the 1x
build from jQuery directly.