renovate/lib/manager/nuget
Ed Frey c98b6b22d9
feat(nuget): look for refs within package.props schema (#6703)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-11 11:19:37 +02:00
..
__fixtures__ feat(nuget): look for refs within package.props schema (#6703) 2020-07-11 11:19:37 +02:00
__snapshots__ feat(nuget): look for refs within package.props schema (#6703) 2020-07-11 11:19:37 +02:00
extract.spec.ts feat(nuget): look for refs within package.props schema (#6703) 2020-07-11 11:19:37 +02:00
extract.ts feat(nuget): look for refs within package.props schema (#6703) 2020-07-11 11:19:37 +02:00
index.ts feat(dotnet): support dotnet-tools (#6335) 2020-05-28 06:01:05 +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

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.