mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
.. | ||
__fixtures__ | ||
__snapshots__ | ||
extract | ||
artifacts.spec.ts | ||
artifacts.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
types.ts | ||
util.ts |
The nuget
configuration object is used to control settings for the NuGet package manager.
The NuGet package manager supports a SDK-style .csproj
/.fsproj
/.vbproj
/.props
/.targets
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
/.props
/.targets
format in order to be detected and supported by Renovate.
The NuGet manager also supports global.json
and dotnet-tools.json
SDK files.