renovate/lib/modules/manager/nuget
Michael Kriese ec4b17b8b6
feat(config)!: default dockerImagePrefix to containerbase (#20150)
Sidecar containers will now use `containerbase/` prefix instead of `renovate/` prefix.

BREAKING CHANGE: containerbase/ account used for sidecar containers instead of renovate/
2023-03-10 09:34:40 +01:00
..
__fixtures__ feat(nuget): implement missing packageFileVersion (#17995) 2022-09-27 08:35:30 +03:00
__snapshots__ feat(manager/nuget): support install mode (#19049) 2022-11-23 09:35:38 +00:00
extract refactor: PackageFile -> PackageFileContent (#20502) 2023-02-19 12:43:48 +00:00
artifacts.spec.ts feat(config)!: default dockerImagePrefix to containerbase (#20150) 2023-03-10 09:34:40 +01:00
artifacts.ts feat(datasource/nuget): support password only registry auth (#20749) 2023-03-04 14:23:29 +00:00
extract.spec.ts feat(datasource): rename dotnet to dotnet-version (#20244) 2023-02-10 22:47:07 +02:00
extract.ts refactor: PackageFile -> PackageFileContent (#20502) 2023-02-19 12:43:48 +00:00
index.ts fix(regex): don’t escape forward slash in fileMatch (#19314) 2023-03-10 09:34:39 +01:00
package-tree.spec.ts feat(nuget): skip restore non-leaf projects (#19097) 2022-11-25 13:43:44 +00:00
package-tree.ts build(deps): update dependency graph-data-structure to v3 (#19684) 2023-01-24 06:57:58 +00:00
readme.md docs(nuget): rewrite readme (#16179) 2022-06-24 12:42:07 +02:00
types.ts feat(nuget): skip restore non-leaf projects (#19097) 2022-11-25 13:43:44 +00:00
update.spec.ts feat: Add bump version to nuget (#17903) 2022-09-25 18:45:45 +00:00
update.ts refactor: reduce debug metadata (#18737) 2022-11-07 11:29:02 +00:00
util.ts refactor: reduce debug metadata (#18737) 2022-11-07 11:29:02 +00: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