Skip to content
Snippets Groups Projects
Unverified Commit 9d35b9df authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(nuget): rewrite readme (#16179)

parent cfc8b0b8
No related branches found
No related tags found
No related merge requests found
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](https://natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/).
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.
Use [`packageRules`](https://docs.renovatebot.com/configuration-options/#packagerules) to control the behavior of the NuGet package manager.
The NuGet manager also supports `global.json` and `dotnet-tools.json` SDK files.
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`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment