0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-11 13:48:55 +00:00
renovatebot_renovate/lib/modules/manager/nuget/readme.md
2023-11-29 18:10:17 +00:00

21 lines
523 B
Markdown

Use [`packageRules`](../../../configuration-options.md#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`