Update to npoco5

This commit is contained in:
Paul Johnson
2022-01-18 15:23:53 +00:00
parent c6d7f3b5d1
commit 2ead758a99
30 changed files with 84 additions and 49 deletions

View File

@@ -5,10 +5,10 @@ using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Microsoft.Data.SqlClient;
using Microsoft.Extensions.Logging;
using Moq;
using Umbraco.Cms.Core;