amoraitis / TodoList

Simple todo-list app built with asp.net core mvc
MIT License
152 stars 127 forks source link

Project does not build due to libman dependency #81

Open Xorpio opened 1 year ago

Xorpio commented 1 year ago

After a new checkout i can't build the project. Getting erros on libman restore.

Steps to reproduce the behavior:

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]

efturtle commented 1 year ago

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

amoraitis commented 1 year ago

I merged the PR, but I still see a build error on CI.