Update dependencies.

This commit is contained in:
2020-12-20 16:12:51 +00:00
parent 977294ed8d
commit 5880d93368
29 changed files with 9281 additions and 537 deletions

View File

@@ -33,5 +33,8 @@ namespace Marechai.Database.Models
public virtual SoftwareVersion SoftwareVersion { get; set; }
[Required]
public virtual SoftwareVariant SoftwareVariant { get; set; }
public ulong SoftwareVersionId { get; set; }
public ulong SoftwareVariantId { get; set; }
}
}