Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    RuntimeProvidedPackages
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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>
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.