renovate/lib/manager/nuget
2021-04-26 16:15:03 +02:00
..
__fixtures__ fix(nuget): parse nested conditional deps (#9035) 2021-03-08 13:36:42 +01:00
__snapshots__ fix(nuget): strip protocolVersion hash from source (#9060) 2021-03-10 15:32:15 +00:00
artifacts.spec.ts fix(nuget): strip protocolVersion hash from source (#9060) 2021-03-10 15:32:15 +00:00
artifacts.ts feat: use short renovate image names (#9133) 2021-03-15 13:23:38 +00:00
extract.spec.ts feat(test): Detect test utils callers and simplify helpers (#9707) 2021-04-26 16:15:03 +02:00
extract.ts fix(nuget): parse nested conditional deps (#9035) 2021-03-08 13:36:42 +01:00
index.ts feat(nuget): add support for updating lock files (#7375) 2020-10-20 10:45:25 +02:00
readme.md docs: move manager docs out of config options (#5410) 2020-02-25 06:45:00 +01:00
types.ts feat(dotnet): support dotnet-tools (#6335) 2020-05-28 06:01:05 +02:00
util.ts chore: reduce baseDir naming 2021-02-04 14:41:36 +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.