Project does not build due to libman dependency
Opened this issue · 2 comments
After a new checkout i can't build the project. Getting erros on libman restore.
Steps to reproduce the behavior:
- Clean checkout.
- Build project
Expected behavior
Project build succesfull.
Screenshots
libman.json : error LIB002: The "moment.js@2.24.0" library could not be resolved by the "cdnjs" provider [D:\TodoList\TodoList.Web\TodoList.Web.csproj] libman.json : error LIB002: The "jquery@2.2.0" library could not be resolved by the "cdnjs" provider [D:\TodoList\TodoList.Web\TodoList.Web.csproj] libman.json : error LIB002: The "jquery-validate@1.14.0" library could not be resolved by the "cdnjs" provider [D:\TodoList\TodoList.Web\TodoList.Web.csproj] libman.json : error LIB002: The "jquery-validation-unobtrusive@3.2.6" library could not be resolved by the "cdnjs" provider [D:\TodoList\TodoList.Web\TodoList.Web.csproj]
I have this issue as well,
C:\Program Files\dotnet\sdk\7.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(28,5): war
ning NETSDK1138: The target framework 'netcoreapp2.2' is out of support and will not receive security updates in the fu
ture. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\Users\acuev
aso\Documents\source\TodoList\TodoList.Data\TodoList.Data.csproj]
Is it due to the version of sdk I use? I'm currently on 7.0.101
I merged the PR, but I still see a build error on CI.