updated driver and test suite

This commit is contained in:
Alexandre SPIESER
2019-11-18 22:38:34 +00:00
parent ac1fd709a6
commit c5390214eb
30 changed files with 8512 additions and 3204 deletions
@@ -7,11 +7,13 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.1.2" /> <PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.1.2" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="2.1.2" /> <PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="2.1.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> <PackageReference Include="MongoDB.Driver" Version="2.9.3" />
<PackageReference Include="MongoDB.Driver" Version="2.7.0" /> <PackageReference Include="MongoDbGenericRepository" Version="1.4.1" />
<PackageReference Include="MongoDbGenericRepository" Version="1.4.0" /> <PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.0" /> <PackageReference Include="xunit.runner.console" Version="2.4.1">
<PackageReference Include="xunit.runner.console" Version="2.4.0" /> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta4-build3742" /> <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta4-build3742" />
</ItemGroup> </ItemGroup>
-8
View File
@@ -9,14 +9,6 @@
</connectionStrings> </connectionStrings>
<runtime> <runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
</assemblyBinding> </assemblyBinding>
</runtime> </runtime>
</configuration> </configuration>
+34 -19
View File
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props')" />
<Import Project="..\packages\NUnit.3.12.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -11,6 +13,8 @@
<AssemblyName>IntegrationTests</AssemblyName> <AssemblyName>IntegrationTests</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@@ -30,32 +34,42 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Crc32C.NET, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\Crc32C.NET.dll</HintPath>
</Reference>
<Reference Include="DnsClient, Version=1.2.0.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL"> <Reference Include="DnsClient, Version=1.2.0.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
<HintPath>..\packages\DnsClient.1.2.0\lib\net45\DnsClient.dll</HintPath> <HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\DnsClient.dll</HintPath>
</Reference> </Reference>
<Reference Include="MongoDB.Bson, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="MongoDB.Bson, Version=2.9.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDB.Bson.2.8.0\lib\net452\MongoDB.Bson.dll</HintPath> <HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\MongoDB.Bson.dll</HintPath>
</Reference> </Reference>
<Reference Include="MongoDB.Driver, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="MongoDB.Driver, Version=2.9.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDB.Driver.2.8.0\lib\net452\MongoDB.Driver.dll</HintPath> <HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\MongoDB.Driver.dll</HintPath>
</Reference> </Reference>
<Reference Include="MongoDB.Driver.Core, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="MongoDB.Driver.Core, Version=2.9.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDB.Driver.Core.2.8.0\lib\net452\MongoDB.Driver.Core.dll</HintPath> <HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\MongoDB.Driver.Core.dll</HintPath>
</Reference> </Reference>
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> <Reference Include="MongoDbGenericRepository, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath> <HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\MongoDbGenericRepository.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="SharpCompress, Version=0.23.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\SharpCompress.dll</HintPath>
</Reference>
<Reference Include="Snappy.NET, Version=1.1.1.8, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\Snappy.NET.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath> <HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\System.Buffers.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Configuration" /> <Reference Include="System.Configuration" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> <HintPath>..\packages\MongoDbGenericRepository.1.4.1\lib\net452\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@@ -85,11 +99,12 @@
<ItemGroup> <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MongoDbGenericRepository\MongoDbGenericRepository.csproj">
<Project>{efc776c4-2af3-440c-be80-3fbe335817a5}</Project>
<Name>MongoDbGenericRepository</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>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}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
<Error Condition="!Exists('..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props'))" />
</Target>
</Project> </Project>
+11 -5
View File
@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Crc32C.NET" version="1.0.5.0" targetFramework="net461" />
<package id="DnsClient" version="1.2.0" targetFramework="net461" /> <package id="DnsClient" version="1.2.0" targetFramework="net461" />
<package id="MongoDB.Bson" version="2.8.0" targetFramework="net461" /> <package id="MongoDB.Bson" version="2.9.3" targetFramework="net461" />
<package id="MongoDB.Driver" version="2.8.0" targetFramework="net461" /> <package id="MongoDB.Driver" version="2.9.3" targetFramework="net461" />
<package id="MongoDB.Driver.Core" version="2.8.0" targetFramework="net461" /> <package id="MongoDB.Driver.Core" version="2.9.3" targetFramework="net461" />
<package id="NUnit" version="3.9.0" targetFramework="net461" /> <package id="MongoDbGenericRepository" version="1.4.1" targetFramework="net461" />
<package id="NUnit.ConsoleRunner" version="3.7.0" targetFramework="net461" /> <package id="NUnit" version="3.12.0" targetFramework="net461" />
<package id="NUnit.ConsoleRunner" version="3.10.0" targetFramework="net461" />
<package id="NUnit3TestAdapter" version="3.15.1" targetFramework="net461" />
<package id="SharpCompress" version="0.23.0" targetFramework="net461" />
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net461" />
<package id="System.Buffers" version="4.4.0" targetFramework="net461" /> <package id="System.Buffers" version="4.4.0" targetFramework="net461" />
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net461" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net461" /> <package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net461" />
</packages> </packages>
@@ -16,6 +16,10 @@
<DocumentationFile>bin\Release\net45\MongoDbGenericRepository.xml</DocumentationFile> <DocumentationFile>bin\Release\net45\MongoDbGenericRepository.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'">
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.9.3" /> <PackageReference Include="MongoDB.Driver" Version="2.9.3" />
</ItemGroup> </ItemGroup>
@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>MongoDbGenericRepository</id> <id>MongoDbGenericRepository</id>
<version>1.4.0</version> <version>1.4.1</version>
<title>MongoDb Generic Repository</title> <title>MongoDb Generic Repository</title>
<authors>Alexandre Spieser</authors> <authors>Alexandre Spieser</authors>
<owners>Alexandre Spieser</owners> <owners>Alexandre Spieser</owners>
@@ -14,7 +14,7 @@
<copyright>Copyright 2019 (c) Alexandre Spieser. All rights reserved.</copyright> <copyright>Copyright 2019 (c) Alexandre Spieser. All rights reserved.</copyright>
<tags>MongoDb Repository Generic NoSql</tags> <tags>MongoDb Repository Generic NoSql</tags>
<dependencies> <dependencies>
<dependency id="MongoDB.Driver" version="2.7.0" /> <dependency id="MongoDB.Driver" version="2.9.3" />
</dependencies> </dependencies>
</metadata> </metadata>
<files> <files>
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
{ {
"runtimeTarget": { "runtimeTarget": {
"name": ".NETStandard,Version=v1.5/", "name": ".NETStandard,Version=v1.5/",
"signature": "b945d8e228876adfa8e84019c7873fce5baf0c0b" "signature": "89b5d0501e3f13fb98f678ed96fc31de9d7405cf"
}, },
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
@@ -9,18 +9,18 @@
".NETStandard,Version=v1.5/": { ".NETStandard,Version=v1.5/": {
"MongoDbGenericRepository/1.0.0": { "MongoDbGenericRepository/1.0.0": {
"dependencies": { "dependencies": {
"MongoDB.Driver": "2.7.0", "MongoDB.Driver": "2.9.3",
"NETStandard.Library": "1.6.1" "NETStandard.Library": "1.6.1"
}, },
"runtime": { "runtime": {
"MongoDbGenericRepository.dll": {} "MongoDbGenericRepository.dll": {}
} }
}, },
"DnsClient/1.0.7": { "DnsClient/1.2.0": {
"dependencies": { "dependencies": {
"Microsoft.Win32.Primitives": "4.3.0", "Microsoft.Win32.Primitives": "4.3.0",
"NETStandard.Library": "1.6.1", "NETStandard.Library": "1.6.1",
"System.Buffers": "4.3.0", "System.Buffers": "4.4.0",
"System.Collections": "4.3.0", "System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0", "System.Collections.Concurrent": "4.3.0",
"System.Globalization.Extensions": "4.3.0", "System.Globalization.Extensions": "4.3.0",
@@ -37,8 +37,8 @@
}, },
"runtime": { "runtime": {
"lib/netstandard1.3/DnsClient.dll": { "lib/netstandard1.3/DnsClient.dll": {
"assemblyVersion": "1.0.7.0", "assemblyVersion": "1.2.0.0",
"fileVersion": "1.0.7.0" "fileVersion": "1.2.0.0"
} }
} }
}, },
@@ -63,51 +63,55 @@
"System.Runtime.InteropServices": "4.3.0" "System.Runtime.InteropServices": "4.3.0"
} }
}, },
"MongoDB.Bson/2.7.0": { "MongoDB.Bson/2.9.3": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1", "NETStandard.Library": "1.6.1",
"System.Collections.NonGeneric": "4.0.1", "System.Collections.NonGeneric": "4.0.1",
"System.Diagnostics.Process": "4.1.0", "System.Diagnostics.Process": "4.1.0",
"System.Dynamic.Runtime": "4.0.11", "System.Dynamic.Runtime": "4.0.11",
"System.Reflection.Emit.Lightweight": "4.0.1" "System.Reflection.Emit.Lightweight": "4.3.0",
"System.Runtime.Serialization.Formatters": "4.3.0"
}, },
"runtime": { "runtime": {
"lib/netstandard1.5/MongoDB.Bson.dll": { "lib/netstandard1.5/MongoDB.Bson.dll": {
"assemblyVersion": "2.7.0.0", "assemblyVersion": "2.9.3.0",
"fileVersion": "2.7.0.0" "fileVersion": "2.9.3.0"
} }
} }
}, },
"MongoDB.Driver/2.7.0": { "MongoDB.Driver/2.9.3": {
"dependencies": { "dependencies": {
"MongoDB.Bson": "2.7.0", "MongoDB.Bson": "2.9.3",
"MongoDB.Driver.Core": "2.7.0", "MongoDB.Driver.Core": "2.9.3",
"NETStandard.Library": "1.6.1", "NETStandard.Library": "1.6.1",
"System.ComponentModel.TypeConverter": "4.1.0", "System.ComponentModel.TypeConverter": "4.1.0",
"System.Linq.Queryable": "4.0.1" "System.Linq.Queryable": "4.0.1"
}, },
"runtime": { "runtime": {
"lib/netstandard1.5/MongoDB.Driver.dll": { "lib/netstandard1.5/MongoDB.Driver.dll": {
"assemblyVersion": "2.7.0.0", "assemblyVersion": "2.9.3.0",
"fileVersion": "2.7.0.0" "fileVersion": "2.9.3.0"
} }
} }
}, },
"MongoDB.Driver.Core/2.7.0": { "MongoDB.Driver.Core/2.9.3": {
"dependencies": { "dependencies": {
"DnsClient": "1.0.7", "DnsClient": "1.2.0",
"MongoDB.Bson": "2.7.0", "MongoDB.Bson": "2.9.3",
"NETStandard.Library": "1.6.1", "NETStandard.Library": "1.6.1",
"SharpCompress": "0.23.0",
"System.Collections.Specialized": "4.0.1", "System.Collections.Specialized": "4.0.1",
"System.Diagnostics.TextWriterTraceListener": "4.0.0",
"System.Diagnostics.TraceSource": "4.0.0", "System.Diagnostics.TraceSource": "4.0.0",
"System.Net.NameResolution": "4.3.0", "System.Net.NameResolution": "4.3.0",
"System.Net.Security": "4.0.0", "System.Net.Security": "4.3.2",
"System.Security.SecureString": "4.0.0" "System.Security.SecureString": "4.0.0",
"System.Threading.Thread": "4.3.0"
}, },
"runtime": { "runtime": {
"lib/netstandard1.5/MongoDB.Driver.Core.dll": { "lib/netstandard1.5/MongoDB.Driver.Core.dll": {
"assemblyVersion": "2.7.0.0", "assemblyVersion": "2.9.3.0",
"fileVersion": "2.7.0.0" "fileVersion": "2.9.3.0"
} }
} }
}, },
@@ -195,12 +199,24 @@
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"SharpCompress/0.23.0": {
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Text.Encoding.CodePages": "4.5.1"
},
"runtime": {
"lib/netstandard1.3/SharpCompress.dll": {
"assemblyVersion": "0.23.0.0",
"fileVersion": "0.23.0.0"
}
}
},
"System.AppContext/4.3.0": { "System.AppContext/4.3.0": {
"dependencies": { "dependencies": {
"System.Runtime": "4.3.0" "System.Runtime": "4.3.0"
} }
}, },
"System.Buffers/4.3.0": { "System.Buffers/4.4.0": {
"dependencies": { "dependencies": {
"System.Diagnostics.Debug": "4.3.0", "System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0", "System.Diagnostics.Tracing": "4.3.0",
@@ -210,8 +226,8 @@
}, },
"runtime": { "runtime": {
"lib/netstandard1.1/System.Buffers.dll": { "lib/netstandard1.1/System.Buffers.dll": {
"assemblyVersion": "4.0.1.0", "assemblyVersion": "4.0.2.0",
"fileVersion": "4.6.24705.1" "fileVersion": "4.6.25519.3"
} }
} }
}, },
@@ -380,6 +396,22 @@
"runtime.native.System": "4.3.0" "runtime.native.System": "4.3.0"
} }
}, },
"System.Diagnostics.TextWriterTraceListener/4.0.0": {
"dependencies": {
"System.Diagnostics.TraceSource": "4.0.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
},
"runtime": {
"lib/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "1.0.24212.1"
}
}
},
"System.Diagnostics.Tools/4.3.0": { "System.Diagnostics.Tools/4.3.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Platforms": "1.1.0",
@@ -417,7 +449,7 @@
"System.ObjectModel": "4.3.0", "System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0", "System.Reflection": "4.3.0",
"System.Reflection.Emit": "4.0.1", "System.Reflection.Emit": "4.0.1",
"System.Reflection.Emit.ILGeneration": "4.0.1", "System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0", "System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.1.0", "System.Reflection.TypeExtensions": "4.1.0",
"System.Resources.ResourceManager": "4.3.0", "System.Resources.ResourceManager": "4.3.0",
@@ -469,7 +501,7 @@
"System.IO.Compression/4.3.0": { "System.IO.Compression/4.3.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Platforms": "1.1.0",
"System.Buffers": "4.3.0", "System.Buffers": "4.4.0",
"System.Collections": "4.3.0", "System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0", "System.Diagnostics.Debug": "4.3.0",
"System.IO": "4.3.0", "System.IO": "4.3.0",
@@ -487,7 +519,7 @@
}, },
"System.IO.Compression.ZipFile/4.3.0": { "System.IO.Compression.ZipFile/4.3.0": {
"dependencies": { "dependencies": {
"System.Buffers": "4.3.0", "System.Buffers": "4.4.0",
"System.IO": "4.3.0", "System.IO": "4.3.0",
"System.IO.Compression": "4.3.0", "System.IO.Compression": "4.3.0",
"System.IO.FileSystem": "4.3.0", "System.IO.FileSystem": "4.3.0",
@@ -633,7 +665,7 @@
"System.Runtime.Handles": "4.3.0" "System.Runtime.Handles": "4.3.0"
} }
}, },
"System.Net.Security/4.0.0": { "System.Net.Security/4.3.2": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.Win32.Primitives": "4.3.0", "Microsoft.Win32.Primitives": "4.3.0",
@@ -649,6 +681,7 @@
"System.Runtime.Handles": "4.3.0", "System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0", "System.Runtime.InteropServices": "4.3.0",
"System.Security.Claims": "4.3.0", "System.Security.Claims": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0", "System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0", "System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Security.Principal": "4.3.0", "System.Security.Principal": "4.3.0",
@@ -696,7 +729,7 @@
"dependencies": { "dependencies": {
"System.IO": "4.3.0", "System.IO": "4.3.0",
"System.Reflection": "4.3.0", "System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.0.1", "System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0", "System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0" "System.Runtime": "4.3.0"
}, },
@@ -707,7 +740,7 @@
} }
} }
}, },
"System.Reflection.Emit.ILGeneration/4.0.1": { "System.Reflection.Emit.ILGeneration/4.3.0": {
"dependencies": { "dependencies": {
"System.Reflection": "4.3.0", "System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0", "System.Reflection.Primitives": "4.3.0",
@@ -715,22 +748,22 @@
}, },
"runtime": { "runtime": {
"lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {
"assemblyVersion": "4.0.1.0", "assemblyVersion": "4.0.2.0",
"fileVersion": "1.0.24212.1" "fileVersion": "4.6.24705.1"
} }
} }
}, },
"System.Reflection.Emit.Lightweight/4.0.1": { "System.Reflection.Emit.Lightweight/4.3.0": {
"dependencies": { "dependencies": {
"System.Reflection": "4.3.0", "System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.0.1", "System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0", "System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0" "System.Runtime": "4.3.0"
}, },
"runtime": { "runtime": {
"lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {
"assemblyVersion": "4.0.1.0", "assemblyVersion": "4.0.2.0",
"fileVersion": "1.0.24212.1" "fileVersion": "4.6.24705.1"
} }
} }
}, },
@@ -831,6 +864,33 @@
} }
} }
}, },
"System.Runtime.Serialization.Formatters/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Serialization.Primitives": "4.3.0"
},
"runtime": {
"lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.24705.1"
}
}
},
"System.Runtime.Serialization.Primitives/4.3.0": {
"dependencies": {
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0"
},
"runtime": {
"lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.6.24705.1"
}
}
},
"System.Security.Claims/4.3.0": { "System.Security.Claims/4.3.0": {
"dependencies": { "dependencies": {
"System.Collections": "4.3.0", "System.Collections": "4.3.0",
@@ -944,6 +1004,17 @@
"System.Runtime": "4.3.0" "System.Runtime": "4.3.0"
} }
}, },
"System.Text.Encoding.CodePages/4.5.1": {
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"runtime": {
"lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.6.24705.1"
}
}
},
"System.Text.Encoding.Extensions/4.3.0": { "System.Text.Encoding.Extensions/4.3.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Platforms": "1.1.0",
@@ -1082,12 +1153,12 @@
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""
}, },
"DnsClient/1.0.7": { "DnsClient/1.2.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-i6Imdyz+dvljMtQh1QtjMzguLEFFJCilecHiaRPIbNX4gK3zluf/3OQWD1XbVy5PXf1u394x5ImB+uu7DNMS1w==", "sha512": "sha512-P34wUkeqU4FoQiOMV8OjpdeDZKs4d3r+VlHuKJ6eO5feiZgna3+9MF5orHRUn3DAv1g/HPE5hlkGucmxmsFfBw==",
"path": "dnsclient/1.0.7", "path": "dnsclient/1.2.0",
"hashPath": "dnsclient.1.0.7.nupkg.sha512" "hashPath": "dnsclient.1.2.0.nupkg.sha512"
}, },
"Microsoft.NETCore.Platforms/1.1.0": { "Microsoft.NETCore.Platforms/1.1.0": {
"type": "package", "type": "package",
@@ -1117,26 +1188,26 @@
"path": "microsoft.win32.registry/4.0.0", "path": "microsoft.win32.registry/4.0.0",
"hashPath": "microsoft.win32.registry.4.0.0.nupkg.sha512" "hashPath": "microsoft.win32.registry.4.0.0.nupkg.sha512"
}, },
"MongoDB.Bson/2.7.0": { "MongoDB.Bson/2.9.3": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-BBPKyeYmhRduXuDQsFvB2bw34rAqJrT9UZPHAVLGLtvp5wYxhzP8r7SrSn//f91Xst09Ww/5lq3DD5byn0fdLw==", "sha512": "sha512-iuLdgI/8Q3AnboPR0OTFDpqVAxTskW9IQLhxKt+O4IQ3s9hHVLLp1dGLChrwrcK+3Fa2MFNHvm6W8tEMV4VUmw==",
"path": "mongodb.bson/2.7.0", "path": "mongodb.bson/2.9.3",
"hashPath": "mongodb.bson.2.7.0.nupkg.sha512" "hashPath": "mongodb.bson.2.9.3.nupkg.sha512"
}, },
"MongoDB.Driver/2.7.0": { "MongoDB.Driver/2.9.3": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-HcifZthdICkC5oXnIrxH8TJTDc8JMym+X1NR/oJjcDm841fkvSvg1MEL8LNu/FLlwQQq3XxtrxKGDvTT/z1RmA==", "sha512": "sha512-nSHXATq6u9CSwfO/xCQSZe6JgJeVmLng0v6fwc6WFTYVnssAZjIaj1BiNu3XshHP+vYCzYZUmbPtRHltaXQiuw==",
"path": "mongodb.driver/2.7.0", "path": "mongodb.driver/2.9.3",
"hashPath": "mongodb.driver.2.7.0.nupkg.sha512" "hashPath": "mongodb.driver.2.9.3.nupkg.sha512"
}, },
"MongoDB.Driver.Core/2.7.0": { "MongoDB.Driver.Core/2.9.3": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-oPlQUCdysl9AL9TlTDsadrjWbiZDSbl6N4AGAe04gY2qYsJ9r7Pu5+TvFf7epAl3tOt6art3/maOhg7KL2vDng==", "sha512": "sha512-j95XZhXTukZHUnZmEFEJPERscccfa42iLPbPBlwRJMK5XEZ9myCcxnWACvJwYXrU6RoRwUzYCFYoSHj6lHfgmA==",
"path": "mongodb.driver.core/2.7.0", "path": "mongodb.driver.core/2.9.3",
"hashPath": "mongodb.driver.core.2.7.0.nupkg.sha512" "hashPath": "mongodb.driver.core.2.9.3.nupkg.sha512"
}, },
"NETStandard.Library/1.6.1": { "NETStandard.Library/1.6.1": {
"type": "package", "type": "package",
@@ -1236,6 +1307,13 @@
"path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
}, },
"SharpCompress/0.23.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==",
"path": "sharpcompress/0.23.0",
"hashPath": "sharpcompress.0.23.0.nupkg.sha512"
},
"System.AppContext/4.3.0": { "System.AppContext/4.3.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1243,12 +1321,12 @@
"path": "system.appcontext/4.3.0", "path": "system.appcontext/4.3.0",
"hashPath": "system.appcontext.4.3.0.nupkg.sha512" "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
}, },
"System.Buffers/4.3.0": { "System.Buffers/4.4.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", "sha512": "sha512-Ii2bedd4HVzddupdU35n3ygohUPlNn7MDimBOYcwWNce2NizQ1fCSaQJY1Tzv80aMqOGpVcU4wZr/Xe50xcTwg==",
"path": "system.buffers/4.3.0", "path": "system.buffers/4.4.0",
"hashPath": "system.buffers.4.3.0.nupkg.sha512" "hashPath": "system.buffers.4.4.0.nupkg.sha512"
}, },
"System.Collections/4.3.0": { "System.Collections/4.3.0": {
"type": "package", "type": "package",
@@ -1327,6 +1405,13 @@
"path": "system.diagnostics.process/4.1.0", "path": "system.diagnostics.process/4.1.0",
"hashPath": "system.diagnostics.process.4.1.0.nupkg.sha512" "hashPath": "system.diagnostics.process.4.1.0.nupkg.sha512"
}, },
"System.Diagnostics.TextWriterTraceListener/4.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-oRsXCz76GDDMrwjMjH6keR9erFIofhGaIMc2d4NykI4rdBEuUP5ZswYA30LGPdyCK7DV4bMBEJL3nJFyAJoS/g==",
"path": "system.diagnostics.textwritertracelistener/4.0.0",
"hashPath": "system.diagnostics.textwritertracelistener.4.0.0.nupkg.sha512"
},
"System.Diagnostics.Tools/4.3.0": { "System.Diagnostics.Tools/4.3.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1460,12 +1545,12 @@
"path": "system.net.primitives/4.3.0", "path": "system.net.primitives/4.3.0",
"hashPath": "system.net.primitives.4.3.0.nupkg.sha512" "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
}, },
"System.Net.Security/4.0.0": { "System.Net.Security/4.3.2": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-e7y/92A7436wJ33VOnUf5XbIlubGgHH7+cODaQkeYwU0xXd/fB/j6KiOdS6VvHcRfBXUYIPsvBOdz3WSNE1siQ==", "sha512": "sha512-xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==",
"path": "system.net.security/4.0.0", "path": "system.net.security/4.3.2",
"hashPath": "system.net.security.4.0.0.nupkg.sha512" "hashPath": "system.net.security.4.3.2.nupkg.sha512"
}, },
"System.Net.Sockets/4.3.0": { "System.Net.Sockets/4.3.0": {
"type": "package", "type": "package",
@@ -1495,19 +1580,19 @@
"path": "system.reflection.emit/4.0.1", "path": "system.reflection.emit/4.0.1",
"hashPath": "system.reflection.emit.4.0.1.nupkg.sha512" "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
}, },
"System.Reflection.Emit.ILGeneration/4.0.1": { "System.Reflection.Emit.ILGeneration/4.3.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==", "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
"path": "system.reflection.emit.ilgeneration/4.0.1", "path": "system.reflection.emit.ilgeneration/4.3.0",
"hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512" "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
}, },
"System.Reflection.Emit.Lightweight/4.0.1": { "System.Reflection.Emit.Lightweight/4.3.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==", "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
"path": "system.reflection.emit.lightweight/4.0.1", "path": "system.reflection.emit.lightweight/4.3.0",
"hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512" "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
}, },
"System.Reflection.Extensions/4.3.0": { "System.Reflection.Extensions/4.3.0": {
"type": "package", "type": "package",
@@ -1579,6 +1664,20 @@
"path": "system.runtime.numerics/4.3.0", "path": "system.runtime.numerics/4.3.0",
"hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
}, },
"System.Runtime.Serialization.Formatters/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==",
"path": "system.runtime.serialization.formatters/4.3.0",
"hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512"
},
"System.Runtime.Serialization.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
"path": "system.runtime.serialization.primitives/4.3.0",
"hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
},
"System.Security.Claims/4.3.0": { "System.Security.Claims/4.3.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
@@ -1642,6 +1741,13 @@
"path": "system.text.encoding/4.3.0", "path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512" "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
}, },
"System.Text.Encoding.CodePages/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==",
"path": "system.text.encoding.codepages/4.5.1",
"hashPath": "system.text.encoding.codepages.4.5.1.nupkg.sha512"
},
"System.Text.Encoding.Extensions/4.3.0": { "System.Text.Encoding.Extensions/4.3.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff