Page 1 of 1

NuGet Libraries

Posted: Wed Sep 27, 2017 7:57 am
by ray6402
Hi,

Can I add NuGet Packages to C#HTML5 projects?

Re: NuGet Libraries

Posted: Wed Sep 27, 2017 8:01 am
by JS-Support @Userware
Hi,

ray6402 wrote:Can I add NuGet Packages to C#HTML5 projects?


Yes, but only if they are compatible with CSHTML5, which means that they were compiled with CSHTML5.

On the following page you can find a list of extensions that are compatible with CSHTML5:
http://forums.cshtml5.com/viewforum.php?f=7

At the time of writing they are distributed in the form of source code instead of a NuGet package, but I expect them to be available as NuGet packages too soon.

Regards,
JS-Support