mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
docs: clarify packages.config usage (#12779)
This commit is contained in:
parent
2754c58f0d
commit
988d324137
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue