Skip to content

Commit

Permalink
docs: clarify packages.config usage (#12779)
Browse files Browse the repository at this point in the history
  • Loading branch information
smholvoet committed Nov 21, 2021
1 parent 2754c58 commit 988d324
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/usage/nuget.md
Expand Up @@ -9,7 +9,7 @@ Renovate supports upgrading dependencies in `.csproj`, `.fsproj`, and `.vbproj`

## Version Support

Only SDK-style `.csproj`/`.fsproj`/`.vbproj`files are currently supported. By default, this includes:
Only SDK-style `.csproj`/`.fsproj`/`.vbproj` files are currently supported. By default, this includes:

- .NET Core 1.0 and above
- .NET Standard class libraries
Expand All @@ -24,6 +24,8 @@ To convert your .NET Framework `.csproj`/`.fsproj`/`.vbproj` into an SDK-style p
1. Renovate looks up the latest version on [nuget.org](https://nuget.org) (or on [alternate feeds](#Alternate%20feeds)) to determine if any upgrades are available
1. If the source package includes a GitHub URL as its source, and has either a "changelog" file or uses GitHub releases, then Release Notes for each version are embedded in the generated PR

If your project file references `packages.config` file, no dependencies will be extracted. Find out here how to [migrate from packages.config to PackageReference](https://docs.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference).

## Alternate feeds

Renovate by default performs all lookups on `https://api.nuget.org/v3/index.json`, but it also supports alternative NuGet feeds.
Expand Down

0 comments on commit 988d324

Please sign in to comment.