Ionite
1 year ago
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@
|
||||
using StabilityMatrix.Core.Models.Packages; |
||||
|
||||
namespace StabilityMatrix.Core.Models; |
||||
|
||||
|
||||
/// <summary> |
||||
/// Pair of InstalledPackage and BasePackage |
||||
/// </summary> |
||||
public record PackagePair(InstalledPackage InstalledPackage, BasePackage BasePackage); |
Loading…
Reference in new issue