DotNET: Difference between revisions
Lord-Valen (talk | contribs) Only show what is necessary to build with buildDotnetModule in the example. Also update the manual deps example to use nuget-to-json. |
Lord-Valen (talk | contribs) m Use the correct command name. |
||
| Line 24: | Line 24: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
If the <code>fetch-deps</code> script isn't working for whatever reason, you can manually run <code>nuget-to- | If the <code>fetch-deps</code> script isn't working for whatever reason, you can manually run <code>nuget-to-json</code>: | ||
<syntaxhighlight lang="shell-session"> | <syntaxhighlight lang="shell-session"> | ||
$ dotnet restore --packages=packageDir ./SomeProject.csproj | $ dotnet restore --packages=packageDir ./SomeProject.csproj | ||