I am building Web.API application using ASP.Net Core platform. My application needs to autheticate with Box and then download the file from box server.
I see Box has Nuget packages for classic .Net here Howevere i couldnt find any compatible Box Nuget pckages for ASP.Net Core?
Is Box team planning to provide nuget packages for .Net core?
If packages not availble yet, then can someone please provide sample on how do i authenticate & download a file using "Build on Box Platform" and .Net Core?