ivanpaulovich / todo

:white_check_mark: Commad-Line Task management with storage on your GitHub :fire:
https://www.nuget.org/packages/todo/
Apache License 2.0
123 stars 16 forks source link

Make it more compatible #31

Open axtens opened 4 years ago

axtens commented 4 years ago

dotnet tool install -g todo You can invoke the tool using the following command: todo Tool 'todo' (version '1.0.41') was successfully installed.

todo ls It was not possible to find any compatible framework version The specified framework 'Microsoft.NETCore.App', version '2.2.0' was not found.

  • The following frameworks were found: 2.1.13 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 3.0.0 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

You can resolve the problem by installing the specified framework and/or SDK.

The .NET Core frameworks can be found at:

Do I have to install 2.2? Can you update to 3?

ivanpaulovich commented 4 years ago

It was supposed to run if you have .NET Core 3 installed. Anyway, I think it is easy to upgrade to 3. Let me add this to the backlog.