I am new to c# , I am trying to add package to my project I tried before to add "Microsoft.Toolkit.Uwp.Notifications" by dotnet cli dotnet add package Microsoft.Toolkit.Uwp.Notifications
, and then tried to mimic Microsoft example Microsoft.Docs but it always shows this error , any help please?
info : Adding PackageReference for package 'Newtonsoft.Json' into project 'C:\Users\moham\cs\cs.csproj'. error: There are no versions available for the package 'Newtonsoft.Json'.
EDIT :
when I tried dotnet add package Newtonsoft.Json --version 13.0.1
I got this error : CMD error