Class RuntimeProvidedPackages
Contains a pre-determined list of NuGet packages that are provided by the run-time, and therefore should not be restored from an extensions dependency list.
Inherited Members
Namespace: LemonEdge.NuGetManager
Assembly: LemonEdge.NuGetManager.dll
Syntax
public static class RuntimeProvidedPackages
Fields
ProvidedPackages
This list comes from the package overrides for the .NET SDK, at https://github.com/dotnet/sdk/blob/v3.1.201/src/Tasks/Common/targets/Microsoft.NET.DefaultPackageConflictOverrides.targets. If the executing binaries ever change to a newer version, this project must update as well, and refresh this list.
Declaration
public static readonly ISet<string> ProvidedPackages
Field Value
Type | Description |
---|---|
ISet<string> |