jmcmillen
jmcmillen
I'm having this same issue in Visual Studio 15.8.5 in an ASP.NET Core 2.1 application. If I remove the Files property, the error goes away and the restore works. Has...
Yes, thanks for looking at this again. I just tried with a new install of Windows 10 and Visual Studio 15.8.7. I chose an empty ASP.NET Core 2.1 project and...
I'm just getting back to trying this again and it's fixed for me in Version 15.9.4.
I spoke too soon. It seems that library restore is only partially working now. If I specify the jquery files that I want like this. ``` { "version": "1.0", "defaultProvider":...