1 |
Hi, took a crack at it. Fixed the first thing, running NuGet, by downloading Microsoft.Build.dll from here:
|
1 |
Hi, took a crack at it. Fixed the first thing, running NuGet, by downloading Microsoft.Build.dll from here:
|
2 |
\n
|
2 |
\n
|
3 |
http://headsigned.com/article/running-nuget-command-line-on-linux
|
3 |
http://headsigned.com/article/running-nuget-command-line-on-linux
|
4 |
\n
|
4 |
\n
|
5 |
And then doing
|
5 |
And then doing
|
6 |
\n
|
6 |
\n
|
7 |
export EnableNuGetPackageRestore="true"
|
7 |
export EnableNuGetPackageRestore="true"
|
8 |
\n
|
8 |
\n
|
9 |
NuGet.exe is in trunk/other/.nuget/
|
9 |
NuGet.exe is in trunk/other/.nuget/
|
10 |
\n
|
10 |
\n
|
11 |
The next error is that PlasmaShared does not find ServiceStack, even though it was just downloaded by NuGet.
|
11 |
The next error is that PlasmaShared does not find ServiceStack, even though it was just downloaded by NuGet.
|
|
|
12 |
\n
|
|
|
13 |
I am using xbuild that is included with mono to build. You might have better luck with MonoDevelop.
|