renovate/lib/modules/manager/nuget
2022-10-11 18:42:53 +00:00
..
__fixtures__ feat(nuget): implement missing packageFileVersion (#17995) 2022-09-27 08:35:30 +03:00
__snapshots__ refactor: use containerbase terminology (#18023) 2022-09-28 17:09:28 +02:00
extract feat(manager/nuget): use dotnet datasource for sdk (#18217) 2022-10-09 13:44:09 +02:00
artifacts.spec.ts chore(deps): lock file maintenance (#18082) 2022-10-10 21:47:23 -07:00
artifacts.ts refactor: extract getLockFileContentMap() into fs utils (#17962) 2022-09-25 16:31:11 +02:00
extract.spec.ts feat(manager/nuget): use dotnet datasource for sdk (#18217) 2022-10-09 13:44:09 +02:00
extract.ts feat(nuget): implement missing packageFileVersion (#17995) 2022-09-27 08:35:30 +03:00
index.ts fix: add dotnet to nuget manager supported datasources (#18273) 2022-10-11 18:42:53 +00:00
package-tree.spec.ts fix(manager/nuget): skip invalid xml files (#16758) 2022-07-25 14:54:46 +02:00
package-tree.ts fix(manager/nuget): skip invalid xml files (#16758) 2022-07-25 14:54:46 +02:00
readme.md docs(nuget): rewrite readme (#16179) 2022-06-24 12:42:07 +02:00
types.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
update.spec.ts feat: Add bump version to nuget (#17903) 2022-09-25 18:45:45 +00:00
update.ts feat: Add bump version to nuget (#17903) 2022-09-25 18:45:45 +00:00
util.ts fix(manager/nuget): optimize xml error handling (#16681) 2022-07-22 09:15:25 +02:00

Use 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