Updated Smidge, Npoco and MailKit (#13310)

* Updated Smidge, Npoco and MailKit

* Added missing command (after breaking interface in npoco)
This commit is contained in:
Bjarke Berg
2022-10-31 08:25:06 +01:00
committed by GitHub
parent 6ff4d27d47
commit 746ab4bb23
4 changed files with 6 additions and 5 deletions

View File

@@ -78,6 +78,7 @@ public class TestDatabase : IUmbracoDatabase
public DbTransaction Transaction { get; }
public IDictionary<string, object> Data { get; }
public int CommandTimeout { get; set; }
public ISqlContext SqlContext { get; }