renovate/lib/modules/manager/nuget
Michael Kriese 497d4c131f
fix(manager): unify logging (#22398)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-05-25 16:53:05 +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 fix(manager): unify logging (#22398) 2023-05-25 16:53:05 +00:00
artifacts.spec.ts refactor(scm): use scm for getFileList, checkoutBranch (#22006) 2023-05-07 04:12:15 +00:00
artifacts.ts feat(datasource/nuget): support password only registry auth (#20749) 2023-03-04 14:23:29 +00:00
extract.spec.ts fix(manager/nuget): return null for no deps (#22282) 2023-05-17 08:27:10 +00:00
extract.ts fix(manager): unify logging (#22398) 2023-05-25 16:53:05 +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 refactor(scm): use scm for getFileList, checkoutBranch (#22006) 2023-05-07 04:12:15 +00:00
package-tree.ts refactor(scm): use scm for getFileList, checkoutBranch (#22006) 2023-05-07 04:12:15 +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