diff --git a/CoreIntegrationTests/CoreIntegrationTests.csproj b/CoreIntegrationTests/CoreIntegrationTests.csproj index 7630464..115d4aa 100644 --- a/CoreIntegrationTests/CoreIntegrationTests.csproj +++ b/CoreIntegrationTests/CoreIntegrationTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.0 @@ -8,7 +8,7 @@ - + all diff --git a/IntegrationTests/App.config b/IntegrationTests/App.config index c13754c..7cfbbbb 100644 --- a/IntegrationTests/App.config +++ b/IntegrationTests/App.config @@ -9,6 +9,10 @@ + + + + \ No newline at end of file diff --git a/IntegrationTests/IntegrationTests.csproj b/IntegrationTests/IntegrationTests.csproj index 43956b1..7d7a821 100644 --- a/IntegrationTests/IntegrationTests.csproj +++ b/IntegrationTests/IntegrationTests.csproj @@ -35,41 +35,43 @@ - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\Crc32C.NET.dll + ..\packages\Crc32C.NET.1.0.5.0\lib\net20\Crc32C.NET.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\DnsClient.dll + ..\packages\DnsClient.1.2.0\lib\net45\DnsClient.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\MongoDB.Bson.dll + ..\packages\MongoDB.Bson.2.9.3\lib\net452\MongoDB.Bson.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\MongoDB.Driver.dll + ..\packages\MongoDB.Driver.2.9.3\lib\net452\MongoDB.Driver.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\MongoDB.Driver.Core.dll + ..\packages\MongoDB.Driver.Core.2.9.3\lib\net452\MongoDB.Driver.Core.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\MongoDbGenericRepository.dll + ..\packages\MongoDbGenericRepository.1.4.3\lib\net452\MongoDbGenericRepository.dll ..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\SharpCompress.dll + ..\packages\SharpCompress.0.23.0\lib\net45\SharpCompress.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\Snappy.NET.dll + ..\packages\Snappy.NET.1.1.1.8\lib\net45\Snappy.NET.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\System.Buffers.dll + ..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll - ..\packages\MongoDbGenericRepository.1.4.1\lib\net452\System.Runtime.InteropServices.RuntimeInformation.dll + ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + True + True @@ -104,7 +106,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/IntegrationTests/packages.config b/IntegrationTests/packages.config index e3ce053..051c393 100644 --- a/IntegrationTests/packages.config +++ b/IntegrationTests/packages.config @@ -5,13 +5,12 @@ - + - \ No newline at end of file diff --git a/MongoDbGenericRepository/MongoDbGenericRepository.nuspec b/MongoDbGenericRepository/MongoDbGenericRepository.nuspec index aecf7f5..f6b47e2 100644 --- a/MongoDbGenericRepository/MongoDbGenericRepository.nuspec +++ b/MongoDbGenericRepository/MongoDbGenericRepository.nuspec @@ -2,7 +2,7 @@ MongoDbGenericRepository - 1.4.1 + 1.4.3 MongoDb Generic Repository Alexandre Spieser Alexandre Spieser @@ -14,7 +14,15 @@ Copyright 2019 (c) Alexandre Spieser. All rights reserved. MongoDb Repository Generic NoSql - + + + + + + + + + diff --git a/MongoDbGenericRepository/lib/net452/Crc32C.NET.dll b/MongoDbGenericRepository/lib/net452/Crc32C.NET.dll deleted file mode 100644 index 6bf8411..0000000 Binary files a/MongoDbGenericRepository/lib/net452/Crc32C.NET.dll and /dev/null differ diff --git a/MongoDbGenericRepository/lib/net452/DnsClient.dll b/MongoDbGenericRepository/lib/net452/DnsClient.dll deleted file mode 100644 index 8be53e3..0000000 Binary files a/MongoDbGenericRepository/lib/net452/DnsClient.dll and /dev/null differ diff --git a/MongoDbGenericRepository/lib/net452/MongoDB.Bson.dll b/MongoDbGenericRepository/lib/net452/MongoDB.Bson.dll deleted file mode 100644 index 41eb005..0000000 Binary files a/MongoDbGenericRepository/lib/net452/MongoDB.Bson.dll and /dev/null differ diff --git a/MongoDbGenericRepository/lib/net452/MongoDB.Driver.Core.dll b/MongoDbGenericRepository/lib/net452/MongoDB.Driver.Core.dll deleted file mode 100644 index 5b9b447..0000000 Binary files a/MongoDbGenericRepository/lib/net452/MongoDB.Driver.Core.dll and /dev/null differ diff --git a/MongoDbGenericRepository/lib/net452/MongoDB.Driver.dll b/MongoDbGenericRepository/lib/net452/MongoDB.Driver.dll deleted file mode 100644 index 0f8baa7..0000000 Binary files a/MongoDbGenericRepository/lib/net452/MongoDB.Driver.dll and /dev/null differ diff --git a/MongoDbGenericRepository/lib/net452/SharpCompress.dll b/MongoDbGenericRepository/lib/net452/SharpCompress.dll deleted file mode 100644 index 3af6413..0000000 Binary files a/MongoDbGenericRepository/lib/net452/SharpCompress.dll and /dev/null differ diff --git a/MongoDbGenericRepository/lib/net452/Snappy.NET.dll b/MongoDbGenericRepository/lib/net452/Snappy.NET.dll deleted file mode 100644 index c4e2bc4..0000000 Binary files a/MongoDbGenericRepository/lib/net452/Snappy.NET.dll and /dev/null differ diff --git a/MongoDbGenericRepository/lib/net452/System.Buffers.dll b/MongoDbGenericRepository/lib/net452/System.Buffers.dll deleted file mode 100644 index fb2911d..0000000 Binary files a/MongoDbGenericRepository/lib/net452/System.Buffers.dll and /dev/null differ diff --git a/MongoDbGenericRepository/lib/net452/System.Runtime.InteropServices.RuntimeInformation.dll b/MongoDbGenericRepository/lib/net452/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 360e92a..0000000 Binary files a/MongoDbGenericRepository/lib/net452/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ