Summary
Contains the
PackageReference
items for the project.
The key is a package ID and the value is a IReadOnlyDictionary<TKey, TValue>
that includes all the package reference metadata, typically including a "Version" key.
- Namespace
- Buildalyzer
- Containing Type
- AnalyzerResult
Syntax
public IReadOnlyDictionary<string, IReadOnlyDictionary<string, string>> PackageReferences { get; }
Value
Type | Description |
---|---|
IReadOnlyDictionary |