ExpressiveAnnotations
ExpressiveAnnotations copied to clipboard
Seperate ExpressiveAnnotations.MvcUnobtrusive.dll
We are starting to use LibMan (in Visual Studio 2017) for our client-side libraries. And at this moment we can't move jquery, jquery.validation and microsoft.jquery.unobtrusive.validation to libman, because the ExpressiveAnnotations nuget package depends on those packages.
ExpressiveAnnotations.dll is already a seperate packages. If ExpressiveAnnotations.MvcUnobtrusive.dll would also be a seperate package we could use libman for the all the packages (including ExpressiveAnnotations)
Just install the main package without dependencies (an option in nuget)
How does one do that with PackageReference?