renovate/lib/manager/nuget
2020-05-01 18:03:48 +02:00
..
__fixtures__ fix(nuget): add support for alternate nuget config file names (#5919) 2020-04-08 21:31:44 +02:00
__snapshots__ fix(nuget): add support for alternate nuget config file names (#5919) 2020-04-08 21:31:44 +02:00
extract.spec.ts fix(nuget): add support for alternate nuget config file names (#5919) 2020-04-08 21:31:44 +02:00
extract.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
index.ts refactor: simplify autoreplace data (#5965) 2020-04-14 22:31:35 +02:00
readme.md docs: move manager docs out of config options (#5410) 2020-02-25 06:45:00 +01:00

The nuget configuration object is used to control settings for the NuGet package manager. The NuGet package manager supports SDK-style .csproj/.fsproj/.vbproj format, as described here. This means that .NET Core projects are all supported but any .NET Framework projects need to be updated to the new .csproj/.fsproj/.vbproj format in order to be detected and supported by Renovate.