docs: clarify packages.config usage (#12779)

This commit is contained in:
Sander Holvoet 2021-11-21 13:43:08 +01:00 committed by GitHub
parent 2754c58f0d
commit 988d324137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ Renovate supports upgrading dependencies in `.csproj`, `.fsproj`, and `.vbproj`
## Version Support ## 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 Core 1.0 and above
- .NET Standard class libraries - .NET Standard class libraries
@ -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. 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 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 ## Alternate feeds
Renovate by default performs all lookups on `https://api.nuget.org/v3/index.json`, but it also supports alternative NuGet feeds. Renovate by default performs all lookups on `https://api.nuget.org/v3/index.json`, but it also supports alternative NuGet feeds.