i am using the code from
git clone https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2
when trying to build i get the following error
1>------ Build started: Project: TodoListService, Configuration: Debug|AnyCPU ------
1>C:\Users\priy0218\OneDrive - Rackspace Inc\Desktop\webapp\active-directory-aspnetcore-webapp-openidconnect-v2-master\4-
1>WebApp-your-API\4-2-B2C\TodoListService\TodoListService.csproj : error NU1101: Unable to find package Microsoft.Identit
1>y.Web. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Build failed.
i have added nuget.config file , still the error remians same kindly assist on this.
Thanks