about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet/make-nuget-deps
AgeCommit message (Collapse)AuthorFilesLines
2024-03-03mkNugetDeps: provide default for nugetDepsDavid McFarland1-1/+1
2023-06-24buildDotnetModule: allow lockFile path to be set in nugetDepsDavid McFarland1-2/+4
This allows fetch-deps to find the lock-file for roslyn.
2022-09-15make-nuget-deps: use . for version separatorDavid McFarland1-1/+1
This allows the output to be used as a nuget source.
2022-06-21make-nuget-deps: support an url field in fetchNuGetmdarocha1-5/+6
If a package source defines an url field, use it instead of the url based on package name and version, which assumes nuget.org as a package source.
2022-02-28Add writeFSharp and makeFSharpWriter functions to writersMoises Nessim1-0/+9
Uses fsharp interactive (fsi) to run fsx script Expose mkNugetSource and mkNugetDeps functions Use them in writers.writeFSharp and buildDotnetModule Add tests