Upgrade packages to .net 10

This commit is contained in:
2026-06-08 13:40:48 +02:00
parent 5bd50d1f55
commit 227c46827f
6 changed files with 56 additions and 50 deletions
@@ -14,6 +14,8 @@ public class VersionInfoTableMetadata : IVersionTableMetaData
public string UniqueIndexName => "uc_version";
public bool CreateWithPrimaryKey => true;
public object ApplicationContext { get; set; }
public bool OwnsSchema => true;