Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

nuget

user avatar
Sergei Zharinov authored
* refactor(datasource/nuget): Convert to class

* Fix strict nulls and obsolete URL

* Fixes

* Fix mutability

Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
Co-authored-by: default avatarMichael Kriese <michael.kriese@visualon.de>
b0ce30b5
History

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.