renovate/lib/modules/manager/nuget
Sebastian Poxhofer 3681b2a945
chore: eslint to enforce for typed imports (#30844)
2024-08-19 13:15:27 +00: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 chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
artifacts.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
artifacts.ts chore(deps): update dependency typescript to v5.5.3 (#29906) 2024-07-20 20:38:33 +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 feat(manager/nuget): extract msbuild sdk from `Project` and `Sdk` (#29330) 2024-06-03 15:37:00 +00:00
extract.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
index.ts feat(manager/nuget): extract ContainerBaseImage property (#26400) 2024-01-04 07:56:55 +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 chore: fix nuget typo (#27976) 2024-03-17 20:06:33 +00:00
readme.md docs: use relative links (#26044) 2023-11-29 18:10:17 +00:00
types.ts feat(nuget): filter registry urls by package source mappings (#26295) 2023-12-14 12:23:25 +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): filter registry urls by package source mappings (#26295) 2023-12-14 12:23:25 +00:00
util.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +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