Upgraded mongodb driver + new package version released.
This commit is contained in:
@@ -9,16 +9,13 @@
|
|||||||
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="2.0.1" />
|
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="2.0.1" />
|
||||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
|
||||||
<PackageReference Include="MongoDB.Driver" Version="2.5.0" />
|
<PackageReference Include="MongoDB.Driver" Version="2.5.0" />
|
||||||
|
<PackageReference Include="MongoDbGenericRepository" Version="1.3.4" />
|
||||||
<PackageReference Include="xunit" Version="2.3.1" />
|
<PackageReference Include="xunit" Version="2.3.1" />
|
||||||
<PackageReference Include="xunit.runner.console" Version="2.3.1" />
|
<PackageReference Include="xunit.runner.console" Version="2.3.1" />
|
||||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||||
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta4-build3742" />
|
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta4-build3742" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\MongoDbGenericRepository\MongoDbGenericRepository.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="App.config">
|
<None Update="App.config">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
<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" />
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
|||||||
@@ -31,29 +31,32 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
|
<Reference Include="DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll</HintPath>
|
<HintPath>..\packages\MongoDbGenericRepository.1.3.4\lib\net45\DnsClient.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="MongoDB.Bson, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="MongoDB.Bson, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\MongoDB.Bson.2.5.0\lib\net45\MongoDB.Bson.dll</HintPath>
|
<HintPath>..\packages\MongoDbGenericRepository.1.3.4\lib\net45\MongoDB.Bson.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="MongoDB.Driver, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="MongoDB.Driver, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\MongoDB.Driver.2.5.0\lib\net45\MongoDB.Driver.dll</HintPath>
|
<HintPath>..\packages\MongoDbGenericRepository.1.3.4\lib\net45\MongoDB.Driver.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="MongoDB.Driver.Core, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="MongoDB.Driver.Core, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\MongoDB.Driver.Core.2.5.0\lib\net45\MongoDB.Driver.Core.dll</HintPath>
|
<HintPath>..\packages\MongoDbGenericRepository.1.3.4\lib\net45\MongoDB.Driver.Core.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MongoDbGenericRepository, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\MongoDbGenericRepository.1.3.4\lib\net45\MongoDbGenericRepository.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
|
<HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.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.1.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.3.4\lib\net45\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.0.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.3.4\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -94,11 +97,5 @@
|
|||||||
<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" />
|
||||||
</Project>
|
</Project>
|
||||||
@@ -4,8 +4,9 @@
|
|||||||
<package id="MongoDB.Bson" version="2.5.0" targetFramework="net461" />
|
<package id="MongoDB.Bson" version="2.5.0" targetFramework="net461" />
|
||||||
<package id="MongoDB.Driver" version="2.5.0" targetFramework="net461" />
|
<package id="MongoDB.Driver" version="2.5.0" targetFramework="net461" />
|
||||||
<package id="MongoDB.Driver.Core" version="2.5.0" targetFramework="net461" />
|
<package id="MongoDB.Driver.Core" version="2.5.0" targetFramework="net461" />
|
||||||
|
<package id="MongoDbGenericRepository" version="1.3.4" targetFramework="net461" />
|
||||||
<package id="NUnit" version="3.9.0" targetFramework="net461" />
|
<package id="NUnit" version="3.9.0" targetFramework="net461" />
|
||||||
<package id="NUnit.ConsoleRunner" version="3.7.0" targetFramework="net461" />
|
<package id="NUnit.ConsoleRunner" version="3.7.0" targetFramework="net461" />
|
||||||
<package id="System.Buffers" version="4.4.0" targetFramework="net461" />
|
<package id="System.Buffers" 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.0.0" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
@@ -873,7 +873,6 @@ namespace MongoDbGenericRepository
|
|||||||
/// <param name="selector">The grouping criteria.</param>
|
/// <param name="selector">The grouping criteria.</param>
|
||||||
/// <param name="projection">The projected group result.</param>
|
/// <param name="projection">The projected group result.</param>
|
||||||
/// <param name="partitionKey">The partition key of your document, if any.</param>
|
/// <param name="partitionKey">The partition key of your document, if any.</param>
|
||||||
/// <returns></returns>
|
|
||||||
public List<TProjection> GroupBy<TDocument, TGroupKey, TProjection>(Expression<Func<TDocument, bool>> filter,
|
public List<TProjection> GroupBy<TDocument, TGroupKey, TProjection>(Expression<Func<TDocument, bool>> filter,
|
||||||
Expression<Func<TDocument, TGroupKey>> selector,
|
Expression<Func<TDocument, TGroupKey>> selector,
|
||||||
Expression<Func<IGrouping<TGroupKey, TDocument>, TProjection>> projection,
|
Expression<Func<IGrouping<TGroupKey, TDocument>, TProjection>> projection,
|
||||||
|
|||||||
@@ -121,6 +121,7 @@ namespace MongoDbGenericRepository
|
|||||||
/// <param name="filter">The document filter.</param>
|
/// <param name="filter">The document filter.</param>
|
||||||
/// <param name="field">The field selector.</param>
|
/// <param name="field">The field selector.</param>
|
||||||
/// <param name="value">The new value of the property field.</param>
|
/// <param name="value">The new value of the property field.</param>
|
||||||
|
/// <param name="partitionKey">The value of the partition key.</param>
|
||||||
bool UpdateOne<TDocument, TField>(FilterDefinition<TDocument> filter, Expression<Func<TDocument, TField>> field, TField value, string partitionKey = null)
|
bool UpdateOne<TDocument, TField>(FilterDefinition<TDocument> filter, Expression<Func<TDocument, TField>> field, TField value, string partitionKey = null)
|
||||||
where TDocument : IDocument;
|
where TDocument : IDocument;
|
||||||
|
|
||||||
@@ -132,6 +133,7 @@ namespace MongoDbGenericRepository
|
|||||||
/// <param name="filter">The document filter.</param>
|
/// <param name="filter">The document filter.</param>
|
||||||
/// <param name="field">The field selector.</param>
|
/// <param name="field">The field selector.</param>
|
||||||
/// <param name="value">The new value of the property field.</param>
|
/// <param name="value">The new value of the property field.</param>
|
||||||
|
/// <param name="partitionKey">The value of the partition key.</param>
|
||||||
Task<bool> UpdateOneAsync<TDocument, TField>(FilterDefinition<TDocument> filter, Expression<Func<TDocument, TField>> field, TField value, string partitionKey = null)
|
Task<bool> UpdateOneAsync<TDocument, TField>(FilterDefinition<TDocument> filter, Expression<Func<TDocument, TField>> field, TField value, string partitionKey = null)
|
||||||
where TDocument : IDocument;
|
where TDocument : IDocument;
|
||||||
|
|
||||||
@@ -256,6 +258,7 @@ namespace MongoDbGenericRepository
|
|||||||
/// <param name="filter">The document filter.</param>
|
/// <param name="filter">The document filter.</param>
|
||||||
/// <param name="field">The field selector.</param>
|
/// <param name="field">The field selector.</param>
|
||||||
/// <param name="value">The new value of the property field.</param>
|
/// <param name="value">The new value of the property field.</param>
|
||||||
|
/// <param name="partitionKey">The value of the partition key.</param>
|
||||||
Task<bool> UpdateOneAsync<TDocument, TKey, TField>(FilterDefinition<TDocument> filter, Expression<Func<TDocument, TField>> field, TField value, string partitionKey = null)
|
Task<bool> UpdateOneAsync<TDocument, TKey, TField>(FilterDefinition<TDocument> filter, Expression<Func<TDocument, TField>> field, TField value, string partitionKey = null)
|
||||||
where TDocument : IDocument<TKey>
|
where TDocument : IDocument<TKey>
|
||||||
where TKey : IEquatable<TKey>;
|
where TKey : IEquatable<TKey>;
|
||||||
@@ -269,6 +272,7 @@ namespace MongoDbGenericRepository
|
|||||||
/// <param name="filter">The document filter.</param>
|
/// <param name="filter">The document filter.</param>
|
||||||
/// <param name="field">The field selector.</param>
|
/// <param name="field">The field selector.</param>
|
||||||
/// <param name="value">The new value of the property field.</param>
|
/// <param name="value">The new value of the property field.</param>
|
||||||
|
/// <param name="partitionKey">The value of the partition key.</param>
|
||||||
bool UpdateOne<TDocument, TKey, TField>(FilterDefinition<TDocument> filter, Expression<Func<TDocument, TField>> field, TField value, string partitionKey = null)
|
bool UpdateOne<TDocument, TKey, TField>(FilterDefinition<TDocument> filter, Expression<Func<TDocument, TField>> field, TField value, string partitionKey = null)
|
||||||
where TDocument : IDocument<TKey>
|
where TDocument : IDocument<TKey>
|
||||||
where TKey : IEquatable<TKey>;
|
where TKey : IEquatable<TKey>;
|
||||||
@@ -618,16 +622,17 @@ namespace MongoDbGenericRepository
|
|||||||
where TDocument : IDocument
|
where TDocument : IDocument
|
||||||
where TProjection : class, new();
|
where TProjection : class, new();
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
/// Groups filtered a collection of documents given a grouping criteria,
|
/// Groups filtered a collection of documents given a grouping criteria,
|
||||||
/// and returns a dictionary of listed document groups with keys having the different values of the grouping criteria.
|
/// and returns a dictionary of listed document groups with keys having the different values of the grouping criteria.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="TDocument">The type representing a Document.</typeparam>
|
/// <typeparam name="TDocument">The type representing a Document.</typeparam>
|
||||||
/// <typeparam name="TGroupKey">The type of the grouping criteria.</typeparam>
|
/// <typeparam name="TGroupKey">The type of the grouping criteria.</typeparam>
|
||||||
/// <typeparam name="TProjection">The type of the projected group.</typeparam>
|
/// <typeparam name="TProjection">The type of the projected group.</typeparam>
|
||||||
/// <param name="groupingCriteria">The grouping criteria.</param>
|
/// <param name="filter"></param>
|
||||||
/// <param name="groupProjection">The projected group result.</param>
|
/// <param name="selector">The grouping criteria.</param>
|
||||||
|
/// <param name="projection">The projected group result.</param>
|
||||||
/// <param name="partitionKey">The partition key of your document, if any.</param>
|
/// <param name="partitionKey">The partition key of your document, if any.</param>
|
||||||
/// <returns></returns>
|
|
||||||
List<TProjection> GroupBy<TDocument, TGroupKey, TProjection>(Expression<Func<TDocument, bool>> filter,
|
List<TProjection> GroupBy<TDocument, TGroupKey, TProjection>(Expression<Func<TDocument, bool>> filter,
|
||||||
Expression<Func<TDocument, TGroupKey>> selector,
|
Expression<Func<TDocument, TGroupKey>> selector,
|
||||||
Expression<Func<IGrouping<TGroupKey, TDocument>, TProjection>> projection,
|
Expression<Func<IGrouping<TGroupKey, TDocument>, TProjection>> projection,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>MongoDbGenericRepository</id>
|
<id>MongoDbGenericRepository</id>
|
||||||
<version>1.3.3</version>
|
<version>1.3.4</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>
|
||||||
@@ -10,11 +10,11 @@
|
|||||||
<projectUrl>https://github.com/alexandre-spieser/mongodb-generic-repository</projectUrl>
|
<projectUrl>https://github.com/alexandre-spieser/mongodb-generic-repository</projectUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<description>A generic repository implementation using the MongoDB C# Sharp 2.0 driver.</description>
|
<description>A generic repository implementation using the MongoDB C# Sharp 2.0 driver.</description>
|
||||||
<releaseNotes>The MongoDbRepository now has a constructor that takes an IMongoDatabase.</releaseNotes>
|
<releaseNotes>Updating MongoDB driver to version 2.5.0 for MongoDB 3.6 support.</releaseNotes>
|
||||||
<copyright>Copyright 2017 (c) Alexandre Spieser. All rights reserved.</copyright>
|
<copyright>Copyright 2017 (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.4.4" />
|
<dependency id="MongoDB.Driver" version="2.5.0" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"runtimeTarget": {
|
"runtimeTarget": {
|
||||||
"name": ".NETStandard,Version=v1.5/",
|
"name": ".NETStandard,Version=v1.5/",
|
||||||
"signature": "a194bb722afb9e376ea09b07a4832ba79352dd6a"
|
"signature": "795a70ab1bbc13177859af16f1887befe3221c54"
|
||||||
},
|
},
|
||||||
"compilationOptions": {},
|
"compilationOptions": {},
|
||||||
"targets": {
|
"targets": {
|
||||||
@@ -9,13 +9,36 @@
|
|||||||
".NETStandard,Version=v1.5/": {
|
".NETStandard,Version=v1.5/": {
|
||||||
"MongoDbGenericRepository/1.0.0": {
|
"MongoDbGenericRepository/1.0.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"MongoDB.Driver": "2.4.4",
|
"MongoDB.Driver": "2.5.0",
|
||||||
"NETStandard.Library": "1.6.1"
|
"NETStandard.Library": "1.6.1"
|
||||||
},
|
},
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"MongoDbGenericRepository.dll": {}
|
"MongoDbGenericRepository.dll": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"DnsClient/1.0.7": {
|
||||||
|
"dependencies": {
|
||||||
|
"Microsoft.Win32.Primitives": "4.3.0",
|
||||||
|
"NETStandard.Library": "1.6.1",
|
||||||
|
"System.Buffers": "4.3.0",
|
||||||
|
"System.Collections": "4.3.0",
|
||||||
|
"System.Collections.Concurrent": "4.3.0",
|
||||||
|
"System.Globalization.Extensions": "4.3.0",
|
||||||
|
"System.IO.FileSystem": "4.3.0",
|
||||||
|
"System.Linq": "4.3.0",
|
||||||
|
"System.Net.NameResolution": "4.3.0",
|
||||||
|
"System.Net.NetworkInformation": "4.3.0",
|
||||||
|
"System.Net.Sockets": "4.3.0",
|
||||||
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
|
"System.Runtime.InteropServices": "4.3.0",
|
||||||
|
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
|
||||||
|
"System.Text.Encoding": "4.3.0",
|
||||||
|
"System.Threading": "4.3.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard1.3/DnsClient.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Microsoft.NETCore.Platforms/1.1.0": {},
|
"Microsoft.NETCore.Platforms/1.1.0": {},
|
||||||
"Microsoft.NETCore.Targets/1.1.0": {},
|
"Microsoft.NETCore.Targets/1.1.0": {},
|
||||||
"Microsoft.Win32.Primitives/4.3.0": {
|
"Microsoft.Win32.Primitives/4.3.0": {
|
||||||
@@ -37,7 +60,7 @@
|
|||||||
"System.Runtime.InteropServices": "4.3.0"
|
"System.Runtime.InteropServices": "4.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MongoDB.Bson/2.4.4": {
|
"MongoDB.Bson/2.5.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.6.1",
|
"NETStandard.Library": "1.6.1",
|
||||||
"System.Collections.NonGeneric": "4.0.1",
|
"System.Collections.NonGeneric": "4.0.1",
|
||||||
@@ -49,24 +72,26 @@
|
|||||||
"lib/netstandard1.5/MongoDB.Bson.dll": {}
|
"lib/netstandard1.5/MongoDB.Bson.dll": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MongoDB.Driver/2.4.4": {
|
"MongoDB.Driver/2.5.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"MongoDB.Bson": "2.4.4",
|
"MongoDB.Bson": "2.5.0",
|
||||||
"MongoDB.Driver.Core": "2.4.4",
|
"MongoDB.Driver.Core": "2.5.0",
|
||||||
"NETStandard.Library": "1.6.1",
|
"NETStandard.Library": "1.6.1",
|
||||||
|
"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": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MongoDB.Driver.Core/2.4.4": {
|
"MongoDB.Driver.Core/2.5.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"MongoDB.Bson": "2.4.4",
|
"DnsClient": "1.0.7",
|
||||||
|
"MongoDB.Bson": "2.5.0",
|
||||||
"NETStandard.Library": "1.6.1",
|
"NETStandard.Library": "1.6.1",
|
||||||
"System.Collections.Specialized": "4.0.1",
|
"System.Collections.Specialized": "4.0.1",
|
||||||
"System.Diagnostics.TraceSource": "4.0.0",
|
"System.Diagnostics.TraceSource": "4.0.0",
|
||||||
"System.Net.NameResolution": "4.0.0",
|
"System.Net.NameResolution": "4.3.0",
|
||||||
"System.Net.Security": "4.0.0",
|
"System.Net.Security": "4.0.0",
|
||||||
"System.Security.SecureString": "4.0.0"
|
"System.Security.SecureString": "4.0.0"
|
||||||
},
|
},
|
||||||
@@ -216,7 +241,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections.NonGeneric": "4.0.1",
|
"System.Collections.NonGeneric": "4.0.1",
|
||||||
"System.Globalization": "4.3.0",
|
"System.Globalization": "4.3.0",
|
||||||
"System.Globalization.Extensions": "4.0.1",
|
"System.Globalization.Extensions": "4.3.0",
|
||||||
"System.Resources.ResourceManager": "4.3.0",
|
"System.Resources.ResourceManager": "4.3.0",
|
||||||
"System.Runtime": "4.3.0",
|
"System.Runtime": "4.3.0",
|
||||||
"System.Runtime.Extensions": "4.3.0",
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
@@ -226,6 +251,46 @@
|
|||||||
"lib/netstandard1.3/System.Collections.Specialized.dll": {}
|
"lib/netstandard1.3/System.Collections.Specialized.dll": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"System.ComponentModel/4.0.1": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Runtime": "4.3.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard1.3/System.ComponentModel.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.ComponentModel.Primitives/4.1.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.ComponentModel": "4.0.1",
|
||||||
|
"System.Resources.ResourceManager": "4.3.0",
|
||||||
|
"System.Runtime": "4.3.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard1.0/System.ComponentModel.Primitives.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.ComponentModel.TypeConverter/4.1.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Collections": "4.3.0",
|
||||||
|
"System.Collections.NonGeneric": "4.0.1",
|
||||||
|
"System.Collections.Specialized": "4.0.1",
|
||||||
|
"System.ComponentModel": "4.0.1",
|
||||||
|
"System.ComponentModel.Primitives": "4.1.0",
|
||||||
|
"System.Globalization": "4.3.0",
|
||||||
|
"System.Linq": "4.3.0",
|
||||||
|
"System.Reflection": "4.3.0",
|
||||||
|
"System.Reflection.Extensions": "4.3.0",
|
||||||
|
"System.Reflection.Primitives": "4.3.0",
|
||||||
|
"System.Reflection.TypeExtensions": "4.1.0",
|
||||||
|
"System.Resources.ResourceManager": "4.3.0",
|
||||||
|
"System.Runtime": "4.3.0",
|
||||||
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
|
"System.Threading": "4.3.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
"System.Console/4.3.0": {
|
"System.Console/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.Platforms": "1.1.0",
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
||||||
@@ -274,8 +339,8 @@
|
|||||||
"System.Text.Encoding.Extensions": "4.3.0",
|
"System.Text.Encoding.Extensions": "4.3.0",
|
||||||
"System.Threading": "4.3.0",
|
"System.Threading": "4.3.0",
|
||||||
"System.Threading.Tasks": "4.3.0",
|
"System.Threading.Tasks": "4.3.0",
|
||||||
"System.Threading.Thread": "4.0.0",
|
"System.Threading.Thread": "4.3.0",
|
||||||
"System.Threading.ThreadPool": "4.0.10",
|
"System.Threading.ThreadPool": "4.3.0",
|
||||||
"runtime.native.System": "4.3.0"
|
"runtime.native.System": "4.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -343,7 +408,7 @@
|
|||||||
"System.Runtime": "4.3.0"
|
"System.Runtime": "4.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"System.Globalization.Extensions/4.0.1": {
|
"System.Globalization.Extensions/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.Platforms": "1.1.0",
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
||||||
"System.Globalization": "4.3.0",
|
"System.Globalization": "4.3.0",
|
||||||
@@ -467,7 +532,7 @@
|
|||||||
"System.Threading.Tasks": "4.3.0"
|
"System.Threading.Tasks": "4.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"System.Net.NameResolution/4.0.0": {
|
"System.Net.NameResolution/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.Platforms": "1.1.0",
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
||||||
"System.Collections": "4.3.0",
|
"System.Collections": "4.3.0",
|
||||||
@@ -479,12 +544,39 @@
|
|||||||
"System.Runtime.Extensions": "4.3.0",
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
"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.Principal.Windows": "4.0.0",
|
"System.Security.Principal.Windows": "4.3.0",
|
||||||
"System.Threading": "4.3.0",
|
"System.Threading": "4.3.0",
|
||||||
"System.Threading.Tasks": "4.3.0",
|
"System.Threading.Tasks": "4.3.0",
|
||||||
"runtime.native.System": "4.3.0"
|
"runtime.native.System": "4.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"System.Net.NetworkInformation/4.3.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
||||||
|
"Microsoft.Win32.Primitives": "4.3.0",
|
||||||
|
"System.Collections": "4.3.0",
|
||||||
|
"System.Diagnostics.Tracing": "4.3.0",
|
||||||
|
"System.Globalization": "4.3.0",
|
||||||
|
"System.IO": "4.3.0",
|
||||||
|
"System.IO.FileSystem": "4.3.0",
|
||||||
|
"System.IO.FileSystem.Primitives": "4.3.0",
|
||||||
|
"System.Linq": "4.3.0",
|
||||||
|
"System.Net.Primitives": "4.3.0",
|
||||||
|
"System.Net.Sockets": "4.3.0",
|
||||||
|
"System.Resources.ResourceManager": "4.3.0",
|
||||||
|
"System.Runtime": "4.3.0",
|
||||||
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
|
"System.Runtime.Handles": "4.3.0",
|
||||||
|
"System.Runtime.InteropServices": "4.3.0",
|
||||||
|
"System.Security.Principal.Windows": "4.3.0",
|
||||||
|
"System.Threading": "4.3.0",
|
||||||
|
"System.Threading.Overlapped": "4.3.0",
|
||||||
|
"System.Threading.Tasks": "4.3.0",
|
||||||
|
"System.Threading.Thread": "4.3.0",
|
||||||
|
"System.Threading.ThreadPool": "4.3.0",
|
||||||
|
"runtime.native.System": "4.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"System.Net.Primitives/4.3.0": {
|
"System.Net.Primitives/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.Platforms": "1.1.0",
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
||||||
@@ -508,14 +600,14 @@
|
|||||||
"System.Runtime.Extensions": "4.3.0",
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
"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.0.1",
|
"System.Security.Claims": "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.0.1",
|
"System.Security.Principal": "4.3.0",
|
||||||
"System.Security.Principal.Windows": "4.0.0",
|
"System.Security.Principal.Windows": "4.3.0",
|
||||||
"System.Threading": "4.3.0",
|
"System.Threading": "4.3.0",
|
||||||
"System.Threading.Tasks": "4.3.0",
|
"System.Threading.Tasks": "4.3.0",
|
||||||
"System.Threading.ThreadPool": "4.0.10"
|
"System.Threading.ThreadPool": "4.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"System.Net.Sockets/4.3.0": {
|
"System.Net.Sockets/4.3.0": {
|
||||||
@@ -670,7 +762,7 @@
|
|||||||
"lib/netstandard1.3/System.Runtime.Numerics.dll": {}
|
"lib/netstandard1.3/System.Runtime.Numerics.dll": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"System.Security.Claims/4.0.1": {
|
"System.Security.Claims/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections": "4.3.0",
|
"System.Collections": "4.3.0",
|
||||||
"System.Globalization": "4.3.0",
|
"System.Globalization": "4.3.0",
|
||||||
@@ -678,7 +770,7 @@
|
|||||||
"System.Resources.ResourceManager": "4.3.0",
|
"System.Resources.ResourceManager": "4.3.0",
|
||||||
"System.Runtime": "4.3.0",
|
"System.Runtime": "4.3.0",
|
||||||
"System.Runtime.Extensions": "4.3.0",
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
"System.Security.Principal": "4.0.1"
|
"System.Security.Principal": "4.3.0"
|
||||||
},
|
},
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"lib/netstandard1.3/System.Security.Claims.dll": {}
|
"lib/netstandard1.3/System.Security.Claims.dll": {}
|
||||||
@@ -729,7 +821,7 @@
|
|||||||
"System.Security.Cryptography.Encoding": "4.3.0"
|
"System.Security.Cryptography.Encoding": "4.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"System.Security.Principal/4.0.1": {
|
"System.Security.Principal/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.3.0"
|
"System.Runtime": "4.3.0"
|
||||||
},
|
},
|
||||||
@@ -737,7 +829,7 @@
|
|||||||
"lib/netstandard1.0/System.Security.Principal.dll": {}
|
"lib/netstandard1.0/System.Security.Principal.dll": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"System.Security.Principal.Windows/4.0.0": {
|
"System.Security.Principal.Windows/4.3.0": {
|
||||||
"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",
|
||||||
@@ -749,8 +841,8 @@
|
|||||||
"System.Runtime.Extensions": "4.3.0",
|
"System.Runtime.Extensions": "4.3.0",
|
||||||
"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.0.1",
|
"System.Security.Claims": "4.3.0",
|
||||||
"System.Security.Principal": "4.0.1",
|
"System.Security.Principal": "4.3.0",
|
||||||
"System.Text.Encoding": "4.3.0",
|
"System.Text.Encoding": "4.3.0",
|
||||||
"System.Threading": "4.3.0"
|
"System.Threading": "4.3.0"
|
||||||
}
|
}
|
||||||
@@ -796,6 +888,14 @@
|
|||||||
"lib/netstandard1.3/System.Threading.dll": {}
|
"lib/netstandard1.3/System.Threading.dll": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"System.Threading.Overlapped/4.3.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
||||||
|
"System.Resources.ResourceManager": "4.3.0",
|
||||||
|
"System.Runtime": "4.3.0",
|
||||||
|
"System.Runtime.Handles": "4.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"System.Threading.Tasks/4.3.0": {
|
"System.Threading.Tasks/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.Platforms": "1.1.0",
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
||||||
@@ -813,7 +913,7 @@
|
|||||||
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
|
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"System.Threading.Thread/4.0.0": {
|
"System.Threading.Thread/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.3.0"
|
"System.Runtime": "4.3.0"
|
||||||
},
|
},
|
||||||
@@ -821,7 +921,7 @@
|
|||||||
"lib/netstandard1.3/System.Threading.Thread.dll": {}
|
"lib/netstandard1.3/System.Threading.Thread.dll": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"System.Threading.ThreadPool/4.0.10": {
|
"System.Threading.ThreadPool/4.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.3.0",
|
"System.Runtime": "4.3.0",
|
||||||
"System.Runtime.Handles": "4.3.0"
|
"System.Runtime.Handles": "4.3.0"
|
||||||
@@ -886,6 +986,13 @@
|
|||||||
"serviceable": false,
|
"serviceable": false,
|
||||||
"sha512": ""
|
"sha512": ""
|
||||||
},
|
},
|
||||||
|
"DnsClient/1.0.7": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-f3k5ufhUSL658fy/ac1mReqRIr0jGMyOJFvBqJ+7cASq01NIysYbrrRDjboYKAGrd0Y2mc1A749uQvT8vAA91A==",
|
||||||
|
"path": "dnsclient/1.0.7",
|
||||||
|
"hashPath": "dnsclient.1.0.7.nupkg.sha512"
|
||||||
|
},
|
||||||
"Microsoft.NETCore.Platforms/1.1.0": {
|
"Microsoft.NETCore.Platforms/1.1.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
@@ -914,26 +1021,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.4.4": {
|
"MongoDB.Bson/2.5.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-BavFx+rmR5k+dx14tC23KTyjCPkASvTQ1WxzLYHt2w3Mkqel5lJV6+gWzWV3DX9hnTewCC09OKqNqckiJl4sIw==",
|
"sha512": "sha512-b7zQAUdSdfJ4kmGzAA+hv89N2Q6jm1td9WfTimgp8xWAsN4qbtIjA/JkAY1HA0Z8xfXQE3EmdUcDEwT8bkXfXg==",
|
||||||
"path": "mongodb.bson/2.4.4",
|
"path": "mongodb.bson/2.5.0",
|
||||||
"hashPath": "mongodb.bson.2.4.4.nupkg.sha512"
|
"hashPath": "mongodb.bson.2.5.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"MongoDB.Driver/2.4.4": {
|
"MongoDB.Driver/2.5.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-sG+4H7732fG3XGCXWsxwuUQBvnbVO/bzzxBVZHtHa5R2UDsRXR7BfQxAS/d9Qk8FlNDHOjTjz+GzWTgzjgopQw==",
|
"sha512": "sha512-VbHVV8Xdl3PcPU3XxdOUE/yc4BnPokg7k1XHU/3fEM/UdfCy0Ie0eXVE+U2HJXVcM3TQuuyVn+B1La2YY7X8dA==",
|
||||||
"path": "mongodb.driver/2.4.4",
|
"path": "mongodb.driver/2.5.0",
|
||||||
"hashPath": "mongodb.driver.2.4.4.nupkg.sha512"
|
"hashPath": "mongodb.driver.2.5.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"MongoDB.Driver.Core/2.4.4": {
|
"MongoDB.Driver.Core/2.5.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-fVjXuQE5Qe2P38xz9wz5V0QhT54+ZT78/JUKMMbIXOKYVFgkzEOE7UU6ZsbC/AbR4lwGIpRQZoiv7wW3rJb3xQ==",
|
"sha512": "sha512-/JYwBTEoWZDHiSePk0AF775c0YkSGSsHTA2+hWt9/UOCkYV/QOFujAWDdpFzBMCDpmQewbLRR1knYj76YOxffA==",
|
||||||
"path": "mongodb.driver.core/2.4.4",
|
"path": "mongodb.driver.core/2.5.0",
|
||||||
"hashPath": "mongodb.driver.core.2.4.4.nupkg.sha512"
|
"hashPath": "mongodb.driver.core.2.5.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"NETStandard.Library/1.6.1": {
|
"NETStandard.Library/1.6.1": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
@@ -1075,6 +1182,27 @@
|
|||||||
"path": "system.collections.specialized/4.0.1",
|
"path": "system.collections.specialized/4.0.1",
|
||||||
"hashPath": "system.collections.specialized.4.0.1.nupkg.sha512"
|
"hashPath": "system.collections.specialized.4.0.1.nupkg.sha512"
|
||||||
},
|
},
|
||||||
|
"System.ComponentModel/4.0.1": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==",
|
||||||
|
"path": "system.componentmodel/4.0.1",
|
||||||
|
"hashPath": "system.componentmodel.4.0.1.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.ComponentModel.Primitives/4.1.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==",
|
||||||
|
"path": "system.componentmodel.primitives/4.1.0",
|
||||||
|
"hashPath": "system.componentmodel.primitives.4.1.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.ComponentModel.TypeConverter/4.1.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==",
|
||||||
|
"path": "system.componentmodel.typeconverter/4.1.0",
|
||||||
|
"hashPath": "system.componentmodel.typeconverter.4.1.0.nupkg.sha512"
|
||||||
|
},
|
||||||
"System.Console/4.3.0": {
|
"System.Console/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
@@ -1145,12 +1273,12 @@
|
|||||||
"path": "system.globalization.calendars/4.3.0",
|
"path": "system.globalization.calendars/4.3.0",
|
||||||
"hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
|
"hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Globalization.Extensions/4.0.1": {
|
"System.Globalization.Extensions/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==",
|
"sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
|
||||||
"path": "system.globalization.extensions/4.0.1",
|
"path": "system.globalization.extensions/4.3.0",
|
||||||
"hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512"
|
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.IO/4.3.0": {
|
"System.IO/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
@@ -1215,12 +1343,19 @@
|
|||||||
"path": "system.net.http/4.3.0",
|
"path": "system.net.http/4.3.0",
|
||||||
"hashPath": "system.net.http.4.3.0.nupkg.sha512"
|
"hashPath": "system.net.http.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Net.NameResolution/4.0.0": {
|
"System.Net.NameResolution/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==",
|
"sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
|
||||||
"path": "system.net.nameresolution/4.0.0",
|
"path": "system.net.nameresolution/4.3.0",
|
||||||
"hashPath": "system.net.nameresolution.4.0.0.nupkg.sha512"
|
"hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Net.NetworkInformation/4.3.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-zNVmWVry0pAu7lcrRBhwwU96WUdbsrGL3azyzsbXmVNptae1+Za+UgOe9Z6s8iaWhPn7/l4wQqhC56HZWq7tkg==",
|
||||||
|
"path": "system.net.networkinformation/4.3.0",
|
||||||
|
"hashPath": "system.net.networkinformation.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Net.Primitives/4.3.0": {
|
"System.Net.Primitives/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
@@ -1348,12 +1483,12 @@
|
|||||||
"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.Security.Claims/4.0.1": {
|
"System.Security.Claims/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==",
|
"sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
|
||||||
"path": "system.security.claims/4.0.1",
|
"path": "system.security.claims/4.3.0",
|
||||||
"hashPath": "system.security.claims.4.0.1.nupkg.sha512"
|
"hashPath": "system.security.claims.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Security.Cryptography.Algorithms/4.3.0": {
|
"System.Security.Cryptography.Algorithms/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
@@ -1383,19 +1518,19 @@
|
|||||||
"path": "system.security.cryptography.x509certificates/4.3.0",
|
"path": "system.security.cryptography.x509certificates/4.3.0",
|
||||||
"hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
|
"hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Security.Principal/4.0.1": {
|
"System.Security.Principal/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==",
|
"sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
|
||||||
"path": "system.security.principal/4.0.1",
|
"path": "system.security.principal/4.3.0",
|
||||||
"hashPath": "system.security.principal.4.0.1.nupkg.sha512"
|
"hashPath": "system.security.principal.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Security.Principal.Windows/4.0.0": {
|
"System.Security.Principal.Windows/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-iFx15AF3RMEPZn3COh8+Bb2Thv2zsmLd93RchS1b8Mj5SNYeGqbYNCSn5AES1+gq56p4ujGZPrl0xN7ngkXOHg==",
|
"sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==",
|
||||||
"path": "system.security.principal.windows/4.0.0",
|
"path": "system.security.principal.windows/4.3.0",
|
||||||
"hashPath": "system.security.principal.windows.4.0.0.nupkg.sha512"
|
"hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Security.SecureString/4.0.0": {
|
"System.Security.SecureString/4.0.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
@@ -1432,6 +1567,13 @@
|
|||||||
"path": "system.threading/4.3.0",
|
"path": "system.threading/4.3.0",
|
||||||
"hashPath": "system.threading.4.3.0.nupkg.sha512"
|
"hashPath": "system.threading.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
|
"System.Threading.Overlapped/4.3.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
|
||||||
|
"path": "system.threading.overlapped/4.3.0",
|
||||||
|
"hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512"
|
||||||
|
},
|
||||||
"System.Threading.Tasks/4.3.0": {
|
"System.Threading.Tasks/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
@@ -1446,19 +1588,19 @@
|
|||||||
"path": "system.threading.tasks.extensions/4.3.0",
|
"path": "system.threading.tasks.extensions/4.3.0",
|
||||||
"hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
|
"hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Threading.Thread/4.0.0": {
|
"System.Threading.Thread/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
|
"sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
|
||||||
"path": "system.threading.thread/4.0.0",
|
"path": "system.threading.thread/4.3.0",
|
||||||
"hashPath": "system.threading.thread.4.0.0.nupkg.sha512"
|
"hashPath": "system.threading.thread.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Threading.ThreadPool/4.0.10": {
|
"System.Threading.ThreadPool/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"serviceable": true,
|
"serviceable": true,
|
||||||
"sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==",
|
"sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
|
||||||
"path": "system.threading.threadpool/4.0.10",
|
"path": "system.threading.threadpool/4.3.0",
|
||||||
"hashPath": "system.threading.threadpool.4.0.10.nupkg.sha512"
|
"hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
|
||||||
},
|
},
|
||||||
"System.Threading.Timer/4.3.0": {
|
"System.Threading.Timer/4.3.0": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user