renovate/lib/modules/manager/nuget/readme.md
2022-06-24 12:42:07 +02:00

21 lines
541 B
Markdown

Use [`packageRules`](https://docs.renovatebot.com/configuration-options/#packagerules) to control the behavior of the NuGet package manager.
The NuGet package manager supports these SDK-style files and formats:
- `.csproj`
- `.fsproj`
- `.vbproj`
- `.props`
- `.targets`
- `global.json`
- `dotnet-tools.json`
.NET Core projects are supported by default.
For Renovate to work with .NET Framework projects, you need to update these files so they match the new SDK-style format:
- `.csproj`
- `.fsproj`
- `.vbproj`
- `.props`
- `.targets`