renovate/lib/modules/manager/nuget
Michael Kriese beb8d2b81a
feat(nuget): respect `global.json` for artifact updates (#33673)
2025-01-18 08:27:05 +00:00
..
__fixtures__ feat(nuget): Support for variables (#33416) 2025-01-10 11:13:14 +00:00
__snapshots__ feat: sharedVariableName (#33111) 2025-01-16 15:05:07 +00:00
extract feat(nuget): respect `global.json` for artifact updates (#33673) 2025-01-18 08:27:05 +00:00
artifacts.spec.ts feat(nuget): respect `global.json` for artifact updates (#33673) 2025-01-18 08:27:05 +00:00
artifacts.ts feat(nuget): respect `global.json` for artifact updates (#33673) 2025-01-18 08:27:05 +00:00
config-formatter.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
config-formatter.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
extract.spec.ts refactor(nuget): Support `skip-version` during extract (#33437) 2025-01-08 05:58:47 +00:00
extract.ts feat: sharedVariableName (#33111) 2025-01-16 15:05:07 +00:00
index.ts docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +00:00
package-tree.spec.ts build(deps): update dependency prettier to v3.2.2 (#26755) 2024-01-21 08:20:41 +00:00
package-tree.ts build(deps): update dependency graph-data-structure to v4 (#32320) 2024-11-20 08:50:42 +00:00
readme.md docs: use relative links (#26044) 2023-11-29 18:10:17 +00:00
schema.ts feat(nuget): respect `global.json` for artifact updates (#33673) 2025-01-18 08:27:05 +00:00
types.ts feat(nuget): respect `global.json` for artifact updates (#33673) 2025-01-18 08:27:05 +00:00
update.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
update.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
util.spec.ts feat(nuget): respect `global.json` for artifact updates (#33673) 2025-01-18 08:27:05 +00:00
util.ts feat(nuget): respect `global.json` for artifact updates (#33673) 2025-01-18 08:27:05 +00:00

readme.md

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