0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-11 13:48:55 +00:00
renovatebot_renovate/lib/modules/manager/nuget
2025-01-10 11:13:14 +00:00
..
__fixtures__ feat(nuget): Support for variables () 2025-01-10 11:13:14 +00:00
__snapshots__ feat(nuget): Support for variables () 2025-01-10 11:13:14 +00:00
extract chore(deps): update typescript-eslint monorepo to v8 (major) () 2024-08-14 10:33:02 +00:00
artifacts.spec.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
artifacts.ts chore(deps): update dependency typescript to v5.5.3 () 2024-07-20 20:38:33 +00:00
config-formatter.spec.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
config-formatter.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
extract.spec.ts refactor(nuget): Support skip-version during extract () 2025-01-08 05:58:47 +00:00
extract.ts feat(nuget): Support for variables () 2025-01-10 11:13:14 +00:00
index.ts docs(managers): add missing url and displayName () 2024-12-01 08:47:27 +00:00
package-tree.spec.ts build(deps): update dependency prettier to v3.2.2 () 2024-01-21 08:20:41 +00:00
package-tree.ts build(deps): update dependency graph-data-structure to v4 () 2024-11-20 08:50:42 +00:00
readme.md docs: use relative links () 2023-11-29 18:10:17 +00:00
types.ts feat(nuget): filter registry urls by package source mappings () 2023-12-14 12:23:25 +00:00
update.spec.ts refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
update.ts chore: eslint to enforce for typed imports () 2024-08-19 13:15:27 +00:00
util.spec.ts feat(manager/nuget): add support for "disabledPackageSources" in nuget.config () 2024-12-06 05:23:12 +00:00
util.ts feat(manager/nuget): add support for "disabledPackageSources" in nuget.config () 2024-12-06 05:23:12 +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