diff --git a/src/SimpleQuery.Tests/SimpleQuery.Tests.csproj b/src/SimpleQuery.Tests/SimpleQuery.Tests.csproj index 3b1390e..05ec030 100644 --- a/src/SimpleQuery.Tests/SimpleQuery.Tests.csproj +++ b/src/SimpleQuery.Tests/SimpleQuery.Tests.csproj @@ -54,7 +54,23 @@ ..\lib\MaxDB.Data.Net20.dll + + ..\packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\packages/Microsoft.Bcl.HashCode.1.1.1/lib/net461/Microsoft.Bcl.HashCode.dll + True + + + ..\packages/Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\packages/Microsoft.Extensions.Logging.Abstractions.8.0.1/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll + True + ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll @@ -64,10 +80,19 @@ ..\packages\MySql.Data.8.0.13\lib\net452\MySql.Data.dll - - ..\packages\Npgsql.4.0.4\lib\net451\Npgsql.dll + + ..\packages/Npgsql.8.0.3/lib/netstandard2.0/Npgsql.dll + True + + ..\packages/System.Buffers.4.5.1/lib/net461/System.Buffers.dll + True + + + ..\packages/System.Collections.Immutable.8.0.0/lib/netstandard2.0/System.Collections.Immutable.dll + True + @@ -83,11 +108,36 @@ ..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net46\System.Data.SQLite.Linq.dll + + ..\packages/System.Diagnostics.DiagnosticSource.8.0.1/lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll + True + - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0-preview.18571.3\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages/System.Memory.4.5.5/lib/net461/System.Memory.dll + True + + + ..\packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.dll + True + + + ..\packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages/System.Text.Encodings.Web.8.0.0/lib/netstandard2.0/System.Text.Encodings.Web.dll + True + + + ..\packages/System.Text.Json.8.0.3/lib/netstandard2.0/System.Text.Json.dll + True + + + ..\packages/System.Threading.Channels.8.0.0/lib/netstandard2.0/System.Threading.Channels.dll + True ..\packages\System.Threading.Tasks.Extensions.4.6.0-preview.18571.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll diff --git a/src/SimpleQuery.Tests/packages.config b/src/SimpleQuery.Tests/packages.config index 696609b..25c2fd1 100644 --- a/src/SimpleQuery.Tests/packages.config +++ b/src/SimpleQuery.Tests/packages.config @@ -3,15 +3,27 @@ + + + + - + + + - + + + + + + + \ No newline at end of file