jwaliszko / ExpressiveAnnotations

Annotation-based conditional validation library.
MIT License
351 stars 123 forks source link

Seperate ExpressiveAnnotations.MvcUnobtrusive.dll #196

Open deviltje opened 5 years ago

deviltje commented 5 years ago

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)

slippyr4 commented 3 years ago

Just install the main package without dependencies (an option in nuget)

Bouke commented 2 years ago

How does one do that with PackageReference?