Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. [centos@ip-172-31-26-91 sotest]$ dotnet --info
  2. .NET Command Line Tools (2.0.3)
  3.  
  4. Product Information:
  5. Version: 2.0.3
  6. Commit SHA-1 hash: eb1d5ee318
  7.  
  8. Runtime Environment:
  9. OS Name: centos
  10. OS Version: 7
  11. OS Platform: Linux
  12. RID: centos.7-x64
  13. Base Path: /usr/share/dotnet/sdk/2.0.3/
  14.  
  15. Microsoft .NET Core Shared Framework Host
  16.  
  17. Version : 2.0.3
  18. Build : a9190d4a75f4a982ae4b4fa8d1a24526566c69df
  19.  
  20. [centos@ip-172-31-26-91 sotest]$ dotnet add package JWT --version 3.1.1
  21. Writing /tmp/tmpJPEBf5.tmp
  22. info : Adding PackageReference for package 'JWT' into project '/home/centos/sotest/sotest.csproj'.
  23. log : Restoring packages for /home/centos/sotest/sotest.csproj...
  24. info : GET https://api.nuget.org/v3-flatcontainer/jwt/index.json
  25. info : OK https://api.nuget.org/v3-flatcontainer/jwt/index.json 393ms
  26. info : GET https://api.nuget.org/v3-flatcontainer/jwt/3.1.1/jwt.3.1.1.nupkg
  27. info : OK https://api.nuget.org/v3-flatcontainer/jwt/3.1.1/jwt.3.1.1.nupkg 374ms
  28. log : Installing JWT 3.1.1.
  29. info : Package 'JWT' is compatible with all the specified frameworks in project '/home/centos/sotest/sotest.csproj'.
  30. info : PackageReference for package 'JWT' version '3.1.1' added to file '/home/centos/sotest/sotest.csproj'.
  31. [centos@ip-172-31-26-91 sotest]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement