Skip to content

Instantly share code, notes, and snippets.

@krishnabhargav
Created February 24, 2015 01:49
Show Gist options
  • Save krishnabhargav/c6ce1611be46636d62d0 to your computer and use it in GitHub Desktop.
Save krishnabhargav/c6ce1611be46636d62d0 to your computer and use it in GitHub Desktop.
src/Unit-1/DoThis master ✗ 23h17m ◒
▶ ls -l
total 7456
-rw-r--r-- 1 bhargava staff 182 Feb 23 08:16 App.config
-rw-r--r-- 1 bhargava staff 1140 Feb 23 08:16 ConsoleReaderActor.cs
-rw-r--r-- 1 bhargava staff 1092 Feb 23 08:16 ConsoleWriterActor.cs
-rw-r--r-- 1 bhargava staff 1530 Feb 23 08:16 Program.cs
drwxr-xr-x 3 bhargava staff 102 Feb 23 08:16 Properties
-rw-r--r-- 1 bhargava staff 2595 Feb 23 08:16 WinTail.csproj
-rw-r--r-- 1 bhargava staff 960 Feb 23 08:16 WinTail.sln
drwxr-xr-x 3 bhargava staff 102 Feb 23 08:24 bin
drwxr-xr-x 3 bhargava staff 102 Feb 23 08:24 obj
drwxr-xr-x 4 bhargava staff 136 Feb 23 20:47 packages
-rw-r--r-- 1 bhargava staff 13360 Feb 23 07:00 paket.bootstrapper.exe
-rw-r--r-- 1 bhargava staff 43 Feb 23 20:47 paket.dependencies
-rw-r--r-- 1 bhargava staff 3766320 Feb 23 08:18 paket.exe
-rw-r--r-- 1 bhargava staff 128 Feb 23 20:47 paket.lock
src/Unit-1/DoThis master ✗ 23h17m ◒
▶ more paket.dependencies
source https://nuget.org/api/v2
nuget Akka
src/Unit-1/DoThis master ✗ 23h18m ◒
▶ mono paket.exe install
Paket version 0.30.0.0
found: /Users/bhargava/learning/akka-bootcamp/src/Unit-1/DoThis/paket.dependencies
Resolving packages:
- exploring Newtonsoft.Json 6.0.8
- exploring Akka 0.8.0
Locked version resolutions written to /Users/bhargava/learning/akka-bootcamp/src/Unit-1/DoThis/paket.lock
0 seconds - ready.
>>>> Even after this I still do not see my csproj being updated. Missing something?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment