Skip to content

Instantly share code, notes, and snippets.

@bsiegel
Last active June 22, 2019 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsiegel/91377d9b16427cf92725ea8e78e58367 to your computer and use it in GitHub Desktop.
Save bsiegel/91377d9b16427cf92725ea8e78e58367 to your computer and use it in GitHub Desktop.
dependency-report-net
<!DOCTYPE html>
<html>
<head>
<title> Dependency Report</title>
<meta charset="UTF-8"/>
<style>
body {
font-family: Verdana, sans-serif;
font-size: 14px;
text-size-adjust: none;
}
table {
border-spacing: 0px;
width: 65%;
font-size: 14px;
}
table.condensed tr td {
padding: 7px 15px;
}
th, td {
padding: 15px;
border-bottom: 1px solid #ddd;
vertical-align:top;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
th {
background-color: #2E7CAF;
color: white;
font-weight: 300;
text-align: left;
}
th a {
color: white;
}
th.inconsistent {
background-color: #FF0000;
}
td.inconsistent {
color: #FF0000;
}
td.version {
width: 75px;
}
code {
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
background-color: rgba(27,31,35,.05);
border-radius: 3px;
font-size: 85%;
padding: .2em .4em;
}
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
white-space: nowrap;
text-align: left;
padding: 5px;
font-size: 14px;
position: absolute;
z-index: 1;
margin-top: 7px;
top: 100%;
left: 0%;
}
.tooltip .tooltiptext::after {
content: " ";
position: absolute;
bottom: 100%; /* At the top of the tooltip */
left: 5%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
.success {
color: #00CC00;
}
.fail {
color: #CC0000;
}
@media only screen and (max-width: 1350px) {
body, table {
font-size: 25px;
}
table {
width: 95%;
}
td.version {
width: 35px;
}
}
</style>
</head>
<body>
<center>
<h1> Dependency Report</h1>
<h3>
Generated at 2019-06-22T00:58:05Z
</h3>
<p>
12 internal and 40 external package <a href="#dependencies">dependencies</a> were analyzed to determine if any packages declare inconsistent dependency versions.<br/>
<strong>1 inconsistent package dependency version was discovered.</strong><br/><br/>
93 dependency versions were discovered in the <a href="#lockfile">lockfile</a>.<br/> All declared dependency versions were match those specified in the lockfile.<br/>
<br/>This report scanned 59 <a href="#packages">packages</a>.
</p>
<a name="dependencies"/>
<a name="dep_Azure.Core"/><table><thead> <tr><th colspan="2"><strong>Dependencies Discovered in Packages</strong></th></tr> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Azure.Core</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Azure.ApplicationModel.Configuration<br/> Azure.Core.Extensions<br/> Azure.Identity<br/> Azure.Messaging.EventHubs<br/> Azure.Security.KeyVault.Certificates<br/> Azure.Security.KeyVault.Keys<br/> Azure.Security.KeyVault.Secrets<br/> Azure.Storage.Blobs<br/> Azure.Storage.Common<br/> Azure.Storage.Files<br/> Azure.Storage.Queues<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Azure.ApplicationModel.Configuration<br/> Azure.Core.Extensions<br/> Azure.Identity<br/> Azure.Messaging.EventHubs<br/> Azure.Security.KeyVault.Certificates<br/> Azure.Security.KeyVault.Keys<br/> Azure.Security.KeyVault.Secrets<br/> Azure.Storage.Blobs<br/> Azure.Storage.Common<br/> Azure.Storage.Files<br/> Azure.Storage.Queues<br/> </td></tr> </tbody></table><br/> <a name="dep_Azure.Messaging.EventHubs.TrackOne"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Azure.Messaging.EventHubs.TrackOne</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Azure.Messaging.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Azure.Messaging.EventHubs<br/> </td></tr> </tbody></table><br/> <a name="dep_Azure.Storage.Common"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Azure.Storage.Common</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Azure.Storage.Blobs<br/> Azure.Storage.Files<br/> Azure.Storage.Queues<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Azure.Storage.Blobs<br/> Azure.Storage.Files<br/> Azure.Storage.Queues<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.AspNetCore.WebUtilities"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.AspNetCore.WebUtilities</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.1.2</td><td> Microsoft.Azure.Batch<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">2.2.0</td><td> Microsoft.Azure.Batch<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.Amqp"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Azure.Amqp</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">[2.4.2, 3.0.0)</td><td> Azure.Messaging.EventHubs<br/> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">[2.4.2, 3.0.0)</td><td> Microsoft.Azure.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">[2.4.2, 3.0.0)</td><td> Azure.Messaging.EventHubs<br/> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.Batch"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Microsoft.Azure.Batch</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">[10.0.0, 11.0.0)</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">[10.0.0, 11.0.0)</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">[10.0.0, 11.0.0)</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">[10.0.0, 11.0.0)</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.EventHubs"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Microsoft.Azure.EventHubs</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Microsoft.Azure.EventHubs.Processor<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.KeyVault"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Microsoft.Azure.KeyVault</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.KeyVault.Core"/><table><thead> <tr><th colspan="2" class="inconsistent internal"><strong>Inconsistent Internal Dependency:</strong> Microsoft.Azure.KeyVault.Core</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class="inconsistent"><strong>Inconsistent Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td class="version">3.0.3</td><td> Microsoft.Azure.EventHubs.Processor<br/> </td></tr> <tr><td colspan="2" class="inconsistent"><strong>Inconsistent Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td class="version">3.0.3</td><td> Microsoft.Azure.EventHubs.Processor<br/> </td></tr> <tr><td colspan="2" class="inconsistent"><strong>Inconsistent Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td class="version">3.0.3</td><td> Microsoft.Azure.EventHubs.Processor<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.KeyVault.Cryptography"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Microsoft.Azure.KeyVault.Cryptography</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.KeyVault.WebKey"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Microsoft.Azure.KeyVault.WebKey</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.Search.Common"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Microsoft.Azure.Search.Common</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.Search.Data"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Microsoft.Azure.Search.Data</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.Search.Service"/><table><thead> <tr><th colspan="2" class="internal"><strong>Internal Dependency:</strong> Microsoft.Azure.Search.Service</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.Services.AppAuthentication"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Azure.Services.AppAuthentication</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">[1.0.3, 2.0.0)</td><td> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">[1.0.3, 2.0.0)</td><td> Microsoft.Azure.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">[1.0.3, 2.0.0)</td><td> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Azure.Storage.Blob"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Azure.Storage.Blob</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">9.4.2</td><td> Microsoft.Azure.EventHubs.Processor<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">9.4.2</td><td> Microsoft.Azure.EventHubs.Processor<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Bcl.AsyncInterfaces"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Bcl.AsyncInterfaces</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-preview6.19259.10</td><td> Azure.ApplicationModel.Configuration<br/> Azure.Core<br/> Azure.Messaging.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-preview6.19259.10</td><td> Azure.ApplicationModel.Configuration<br/> Azure.Core<br/> Azure.Messaging.EventHubs<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Extensions.Configuration.Abstractions"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Extensions.Configuration.Abstractions</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Extensions.Configuration.Binder"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Extensions.Configuration.Binder</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Extensions.DependencyInjection.Abstractions"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Extensions.DependencyInjection.Abstractions</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Extensions.Logging.Abstractions"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Extensions.Logging.Abstractions</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Extensions.Options"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Extensions.Options</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">2.2.0</td><td> Azure.Core.Extensions<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Rest.ClientRuntime"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Rest.ClientRuntime</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">[2.3.20, 3.0.0)</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">[2.3.20, 3.0.0)</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">[2.3.20, 3.0.0)</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">[2.3.20, 3.0.0)</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Rest.ClientRuntime.Azure"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Rest.ClientRuntime.Azure</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">[3.3.18, 4.0.0)</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">[3.3.18, 4.0.0)</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">[3.3.18, 4.0.0)</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">[3.3.18, 4.0.0)</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.ServiceFabric"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.ServiceFabric</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">6.4.624</td><td> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">6.4.624</td><td> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.ServiceFabric.Data"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.ServiceFabric.Data</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">3.3.624</td><td> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">3.3.624</td><td> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.ServiceFabric.Services"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.ServiceFabric.Services</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">3.3.624</td><td> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">3.3.624</td><td> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> </tbody></table><br/> <a name="dep_Microsoft.Spatial"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Microsoft.Spatial</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">7.5.3</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">7.5.3</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">7.5.3</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">7.5.3</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table><br/> <a name="dep_NETStandard.Library"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> NETStandard.Library</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.6.1</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table><br/> <a name="dep_Newtonsoft.Json"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> Newtonsoft.Json</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">10.0.3</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">10.0.3</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">10.0.3</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">10.0.3</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Buffers"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Buffers</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">4.5.0</td><td> Azure.Core<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.5.0</td><td> Azure.Core<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Collections"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Collections</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Collections.Concurrent"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Collections.Concurrent</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Diagnostics.DiagnosticSource"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Diagnostics.DiagnosticSource</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">4.5.1</td><td> Azure.Messaging.EventHubs<br/> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.5.1</td><td> Microsoft.Azure.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.5.1</td><td> Azure.Messaging.EventHubs<br/> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Diagnostics.Tools"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Diagnostics.Tools</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Globalization"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Globalization</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> </td></tr> </tbody></table><br/> <a name="dep_System.IdentityModel.Tokens.Jwt"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.IdentityModel.Tokens.Jwt</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">[5.4.0, 6.0.0)</td><td> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">[5.4.0, 6.0.0)</td><td> Microsoft.Azure.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">[5.4.0, 6.0.0)</td><td> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.ServiceBus<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Linq"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Linq</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Memory"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Memory</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">4.5.2</td><td> Azure.Core<br/> Azure.Identity<br/> Azure.Security.KeyVault.Certificates<br/> Azure.Security.KeyVault.Keys<br/> Azure.Security.KeyVault.Secrets<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.5.2</td><td> Azure.Core<br/> Azure.Identity<br/> Azure.Security.KeyVault.Certificates<br/> Azure.Security.KeyVault.Keys<br/> Azure.Security.KeyVault.Secrets<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Net.Http"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Net.Http</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">4.3.4</td><td> Microsoft.Azure.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.4</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.4</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Numerics.Vectors"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Numerics.Vectors</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">4.5.0</td><td> Azure.Core<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.5.0</td><td> Azure.Core<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Reflection.TypeExtensions"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Reflection.TypeExtensions</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">[4.5.1, 4.9.0)</td><td> Azure.Messaging.EventHubs<br/> Microsoft.Azure.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">[4.5.1, 4.9.0)</td><td> Microsoft.Azure.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">[4.5.1, 4.9.0)</td><td> Azure.Messaging.EventHubs<br/> Microsoft.Azure.EventHubs<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Runtime"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Runtime</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Runtime.CompilerServices.Unsafe"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Runtime.CompilerServices.Unsafe</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">4.5.2</td><td> Azure.Core<br/> Azure.Messaging.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.5.2</td><td> Azure.Core<br/> Azure.Messaging.EventHubs<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Runtime.Extensions"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Runtime.Extensions</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Runtime.Serialization.Primitives"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Runtime.Serialization.Primitives</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.EventHubs<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Azure.Messaging.EventHubs<br/> Azure.Messaging.EventHubs.TrackOne<br/> Microsoft.Azure.EventHubs<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Security.Cryptography.Algorithms"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Security.Cryptography.Algorithms</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Security.Cryptography.Cng"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Security.Cryptography.Cng</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.WebKey<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Security.Cryptography.Primitives"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Security.Cryptography.Primitives</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.3.0</td><td> Microsoft.Azure.KeyVault.Cryptography<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Text.Json"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Text.Json</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">4.6.0-preview6.19259.10</td><td> Azure.ApplicationModel.Configuration<br/> Azure.Identity<br/> Azure.Security.KeyVault.Certificates<br/> Azure.Security.KeyVault.Keys<br/> Azure.Security.KeyVault.Secrets<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.6.0-preview6.19259.10</td><td> Azure.ApplicationModel.Configuration<br/> Azure.Identity<br/> Azure.Security.KeyVault.Certificates<br/> Azure.Security.KeyVault.Keys<br/> Azure.Security.KeyVault.Secrets<br/> </td></tr> </tbody></table><br/> <a name="dep_System.Threading.Tasks.Extensions"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> System.Threading.Tasks.Extensions</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">4.5.2</td><td> Azure.Core<br/> Azure.Identity<br/> Azure.Messaging.EventHubs<br/> Azure.Security.KeyVault.Certificates<br/> Azure.Security.KeyVault.Keys<br/> Azure.Security.KeyVault.Secrets<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">4.5.2</td><td> Azure.Core<br/> Azure.Identity<br/> Azure.Messaging.EventHubs<br/> Azure.Security.KeyVault.Certificates<br/> Azure.Security.KeyVault.Keys<br/> Azure.Security.KeyVault.Secrets<br/> </td></tr> </tbody></table><br/> <a name="dep_WindowsAzure.Storage"/><table><thead> <tr><th colspan="2" class="external"><strong>External Dependency:</strong> WindowsAzure.Storage</th></tr></thead><tbody> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">9.3.3</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.HDInsight.Job<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">9.3.3</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.HDInsight.Job<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">9.3.3</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.HDInsight.Job<br/> </td></tr> <tr><td colspan="2" class=""><strong> Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">9.3.3</td><td> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.HDInsight.Job<br/> </td></tr> </tbody></table><br/>
<br/><br/><hr/><br/><br/>
<a name="lockfile"/>
<table class="condensed">
<thead>
<tr><th colspan="3"><strong>Dependencies Centralized in Lockfile</strong></th></tr>
<tr><th>Dependency</th><th>Centralized Version</th><th>Dependency State</th></tr>
</thead>
<tbody>
<tr><td><a href="#dep_ApprovalTests">ApprovalTests</a></td><td> 3.0.22 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_ApprovalUtilities">ApprovalUtilities</a></td><td> 3.0.22 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Azure.ClientSdk.Analyzers">Azure.ClientSdk.Analyzers</a></td><td> 0.1.1-dev.20190503.1 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Azure.Core">Azure.Core</a></td><td> 1.0.0-preview.5 </td><td> ❌ One or more packages reference a different version of this dependency </td> <tr><td><a href="#dep_BenchmarkDotNet">BenchmarkDotNet</a></td><td> 0.11.5 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_FsCheck.Xunit">FsCheck.Xunit</a></td><td> 2.14.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_MSTest.TestAdapter">MSTest.TestAdapter</a></td><td> 1.3.2 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_MSTest.TestFramework">MSTest.TestFramework</a></td><td> 1.3.2 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.AspNetCore.Server.Kestrel">Microsoft.AspNetCore.Server.Kestrel</a></td><td> 2.2.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.AspNetCore.Server.WebListener">Microsoft.AspNetCore.Server.WebListener</a></td><td> 1.0.2 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.AspNetCore.WebUtilities">Microsoft.AspNetCore.WebUtilities</a></td><td> 1.1.2 if <code>'$(TargetFramework)' == 'netstandard1.4'</code><br/> 2.2.0 if <code>'$(TargetFramework)' == 'netstandard2.0'</code><br/> </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Azure.Amqp">Microsoft.Azure.Amqp</a></td><td> [2.4.2, 3.0.0) </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Azure.Batch">Microsoft.Azure.Batch</a></td><td> [10.0.0, 11.0.0) </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Azure.Graph.RBAC">Microsoft.Azure.Graph.RBAC</a></td><td> 2.2.2-preview </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.KeyVault.Core">Microsoft.Azure.KeyVault.Core</a></td><td> 3.0.3 </td><td> ❌ One or more packages reference a different version of this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.Management.Batch">Microsoft.Azure.Management.Batch</a></td><td> 4.2.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.Management.ContainerRegistry">Microsoft.Azure.Management.ContainerRegistry</a></td><td> 2.0.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.Management.EventGrid">Microsoft.Azure.Management.EventGrid</a></td><td> 4.0.1-preview </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.Management.HDInsight">Microsoft.Azure.Management.HDInsight</a></td><td> 4.1.0-preview </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.Management.ResourceManager">Microsoft.Azure.Management.ResourceManager</a></td><td> [1.6.0-preview, 2.0.0) </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.Management.Sql">Microsoft.Azure.Management.Sql</a></td><td> 1.22.0-preview </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.Management.Storage">Microsoft.Azure.Management.Storage</a></td><td> 6.4.0-preview </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.ResourceManager">Microsoft.Azure.ResourceManager</a></td><td> [1.1.0-preview] </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Azure.Services.AppAuthentication">Microsoft.Azure.Services.AppAuthentication</a></td><td> [1.0.3, 2.0.0) </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Azure.Storage.Blob">Microsoft.Azure.Storage.Blob</a></td><td> 9.4.2 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Azure.Test.HttpRecorder">Microsoft.Azure.Test.HttpRecorder</a></td><td> [1.13.1, 2.0.0) </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Bcl.AsyncInterfaces">Microsoft.Bcl.AsyncInterfaces</a></td><td> 1.0.0-preview6.19259.10 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Bcl.Json.Sources">Microsoft.Bcl.Json.Sources</a></td><td> 4.6.0-preview3.19128.7 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Build">Microsoft.Build</a></td><td> 15.5.180 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Build.Tasks.Core">Microsoft.Build.Tasks.Core</a></td><td> 15.5.180 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.CodeAnalysis">Microsoft.CodeAnalysis</a></td><td> 2.3.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.CodeAnalysis.CSharp.Workspaces">Microsoft.CodeAnalysis.CSharp.Workspaces</a></td><td> 2.6.1 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.CodeAnalysis.FxCopAnalyzers">Microsoft.CodeAnalysis.FxCopAnalyzers</a></td><td> 2.6.2 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Extensions.Configuration">Microsoft.Extensions.Configuration</a></td><td> 1.0.2 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Extensions.Configuration.Abstractions">Microsoft.Extensions.Configuration.Abstractions</a></td><td> 2.2.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Extensions.Configuration.Binder">Microsoft.Extensions.Configuration.Binder</a></td><td> 2.2.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Extensions.Configuration.Json">Microsoft.Extensions.Configuration.Json</a></td><td> 1.0.2 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Extensions.DependencyInjection">Microsoft.Extensions.DependencyInjection</a></td><td> 2.2.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Extensions.DependencyInjection.Abstractions">Microsoft.Extensions.DependencyInjection.Abstractions</a></td><td> 2.2.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Extensions.Logging.Abstractions">Microsoft.Extensions.Logging.Abstractions</a></td><td> 2.2.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Extensions.Options">Microsoft.Extensions.Options</a></td><td> 2.2.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Extensions.PlatformAbstractions">Microsoft.Extensions.PlatformAbstractions</a></td><td> 1.1.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.IdentityModel.Clients.ActiveDirectory">Microsoft.IdentityModel.Clients.ActiveDirectory</a></td><td> 4.5.1 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.NET.Test.Sdk">Microsoft.NET.Test.Sdk</a></td><td> 16.1.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.NETCore.Platforms">Microsoft.NETCore.Platforms</a></td><td> 2.2.1 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.NETFramework.ReferenceAssemblies">Microsoft.NETFramework.ReferenceAssemblies</a></td><td> 1.0.0-alpha-004 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.Rest.ClientRuntime">Microsoft.Rest.ClientRuntime</a></td><td> [2.3.20, 3.0.0) </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Rest.ClientRuntime.Azure">Microsoft.Rest.ClientRuntime.Azure</a></td><td> [3.3.18, 4.0.0) </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.Rest.ClientRuntime.Azure.TestFramework">Microsoft.Rest.ClientRuntime.Azure.TestFramework</a></td><td> [1.7.5, 2.0.0) </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.ServiceFabric">Microsoft.ServiceFabric</a></td><td> 6.4.624 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.ServiceFabric.Data">Microsoft.ServiceFabric.Data</a></td><td> 3.3.624 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.ServiceFabric.Services">Microsoft.ServiceFabric.Services</a></td><td> 3.3.624 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Microsoft.SourceLink.GitHub">Microsoft.SourceLink.GitHub</a></td><td> 1.0.0-beta2-18618-05 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Microsoft.VisualStudio.TextTemplating.14.0">Microsoft.VisualStudio.TextTemplating.14.0</a></td><td> 14.3.25407 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Moq">Moq</a></td><td> 4.10.1 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_NSubstitute">NSubstitute</a></td><td> 3.1.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_NUnit3TestAdapter">NUnit3TestAdapter</a></td><td> 3.13.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Newtonsoft.Json">Newtonsoft.Json</a></td><td> 10.0.3 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_Polly">Polly</a></td><td> 7.1.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_Portable.BouncyCastle">Portable.BouncyCastle</a></td><td> 1.8.5 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_PublicApiGenerator">PublicApiGenerator</a></td><td> 8.1.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_System.Buffers">System.Buffers</a></td><td> 4.5.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Collections">System.Collections</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Collections.Concurrent">System.Collections.Concurrent</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Data.SqlClient">System.Data.SqlClient</a></td><td> 4.3.1 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_System.Diagnostics.DiagnosticSource">System.Diagnostics.DiagnosticSource</a></td><td> 4.5.1 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Diagnostics.Tools">System.Diagnostics.Tools</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Diagnostics.TraceSource">System.Diagnostics.TraceSource</a></td><td> 4.3.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_System.Globalization">System.Globalization</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.IO.Compression">System.IO.Compression</a></td><td> 4.3.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_System.IdentityModel.Tokens.Jwt">System.IdentityModel.Tokens.Jwt</a></td><td> [5.4.0, 6.0.0) </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Linq">System.Linq</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Memory">System.Memory</a></td><td> 4.5.2 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Net.Http">System.Net.Http</a></td><td> 4.3.4 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Net.WebSockets.Client">System.Net.WebSockets.Client</a></td><td> 4.3.2 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_System.Numerics.Vectors">System.Numerics.Vectors</a></td><td> 4.5.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Reflection.TypeExtensions">System.Reflection.TypeExtensions</a></td><td> [4.5.1, 4.9.0) </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Runtime">System.Runtime</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Runtime.CompilerServices.Unsafe">System.Runtime.CompilerServices.Unsafe</a></td><td> 4.5.2 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Runtime.Extensions">System.Runtime.Extensions</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Runtime.InteropServices">System.Runtime.InteropServices</a></td><td> 4.3.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_System.Runtime.Serialization.Primitives">System.Runtime.Serialization.Primitives</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Security.Cryptography.Algorithms">System.Security.Cryptography.Algorithms</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Security.Cryptography.Cng">System.Security.Cryptography.Cng</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Security.Cryptography.Primitives">System.Security.Cryptography.Primitives</a></td><td> 4.3.0 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Text.Json">System.Text.Json</a></td><td> 4.6.0-preview6.19259.10 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.Threading.Tasks.Extensions">System.Threading.Tasks.Extensions</a></td><td> 4.5.2 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_System.ValueTuple">System.ValueTuple</a></td><td> 4.5.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_WindowsAzure.ServiceBus">WindowsAzure.ServiceBus</a></td><td> 5.1.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_WindowsAzure.Storage">WindowsAzure.Storage</a></td><td> 9.3.3 </td><td> ✅ All packages validated against this dependency and version </td> <tr><td><a href="#dep_nunit">nunit</a></td><td> 3.12.0 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_xunit">xunit</a></td><td> 2.4.1 </td><td> ⚠️ No packages reference this dependency </td> <tr><td><a href="#dep_xunit.runner.visualstudio">xunit.runner.visualstudio</a></td><td> 2.4.1 </td><td> ⚠️ No packages reference this dependency </td>
</tbody>
</table>
<br/> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Dependencies Missing from Lockfile</strong></th></tr> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Azure.Messaging.EventHubs.TrackOne">Azure.Messaging.EventHubs.TrackOne</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Azure.Messaging.EventHubs<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Azure.Messaging.EventHubs<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Azure.Storage.Common">Azure.Storage.Common</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Azure.Storage.Blobs<br/> Azure.Storage.Files<br/> Azure.Storage.Queues<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Azure.Storage.Blobs<br/> Azure.Storage.Files<br/> Azure.Storage.Queues<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Microsoft.Azure.EventHubs">Microsoft.Azure.EventHubs</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Microsoft.Azure.EventHubs.Processor<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">3.0.0-dev.20190619.1</td><td> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.EventHubs.ServiceFabricProcessor<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Microsoft.Azure.KeyVault">Microsoft.Azure.KeyVault</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Microsoft.Azure.KeyVault.Cryptography">Microsoft.Azure.KeyVault.Cryptography</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Microsoft.Azure.KeyVault.WebKey">Microsoft.Azure.KeyVault.WebKey</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">1.0.0-dev.20190619.1</td><td> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Extensions<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Microsoft.Azure.Search.Common">Microsoft.Azure.Search.Common</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Microsoft.Azure.Search.Data">Microsoft.Azure.Search.Data</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Microsoft.Azure.Search.Service">Microsoft.Azure.Search.Service</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">9.0.1-dev.20190619.1</td><td> Microsoft.Azure.Search<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_Microsoft.Spatial">Microsoft.Spatial</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.5.2</strong></td></tr> <tr><td class="version">7.5.3</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETFramework4.6.1</strong></td></tr> <tr><td class="version">7.5.3</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">7.5.3</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> <tr><td colspan="2"><strong>Target Framework: .NETStandard2.0</strong></td></tr> <tr><td class="version">7.5.3</td><td> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table> <table class="condensed"><thead> <tr><th colspan="2" class="inconsistent"><strong>Missing Dependency:</strong> <a href="#dep_NETStandard.Library">NETStandard.Library</a></th></tr></thead><tbody> <tr><td colspan="2"><strong>Target Framework: .NETStandard1.4</strong></td></tr> <tr><td class="version">1.6.1</td><td> Microsoft.Azure.ApplicationInsights.Query<br/> Microsoft.Azure.Batch<br/> Microsoft.Azure.Batch.FileConventions<br/> Microsoft.Azure.Batch.FileStaging<br/> Microsoft.Azure.CognitiveServices.AnomalyDetector<br/> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring<br/> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime<br/> Microsoft.Azure.CognitiveServices.Language.SpellCheck<br/> Microsoft.Azure.CognitiveServices.Language.TextAnalytics<br/> Microsoft.Azure.CognitiveServices.Personalizer<br/> Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingCustomSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingEntitySearch<br/> Microsoft.Azure.CognitiveServices.Search.BingImageSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingLocalSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingNewsSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVideoSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingVisualSearch<br/> Microsoft.Azure.CognitiveServices.Search.BingWebSearch<br/> Microsoft.Azure.CognitiveServices.Vision.ComputerVision<br/> Microsoft.Azure.CognitiveServices.Vision.ContentModerator<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction<br/> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training<br/> Microsoft.Azure.CognitiveServices.Vision.Face<br/> Microsoft.Azure.CognitiveServices.Vision.FormRecognizer<br/> Microsoft.Azure.ContainerRegistry<br/> Microsoft.Azure.EventGrid<br/> Microsoft.Azure.EventHubs<br/> Microsoft.Azure.EventHubs.Processor<br/> Microsoft.Azure.Graph.RBAC<br/> Microsoft.Azure.HDInsight.Job<br/> Microsoft.Azure.KeyVault<br/> Microsoft.Azure.KeyVault.Core<br/> Microsoft.Azure.KeyVault.Cryptography<br/> Microsoft.Azure.KeyVault.Extensions<br/> Microsoft.Azure.KeyVault.WebKey<br/> Microsoft.Azure.OperationalInsights<br/> Microsoft.Azure.Search<br/> Microsoft.Azure.Search.Common<br/> Microsoft.Azure.Search.Data<br/> Microsoft.Azure.Search.Service<br/> </td></tr> </tbody></table>
<br/><br/><hr/><br/><br/>
<a name="packages"/>
<table class="condensed">
<thead>
<tr><th colspan="3"><strong>Packages Scanned for this Report</strong></th></tr>
<tr><th>Package Analyzed</th><th>Package Version</th><th>Package Source</th></tr>
</thead>
<tbody>
<tr><td>Azure.ApplicationModel.Configuration</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.ApplicationModel.Configuration.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Core</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Core.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Core.Extensions</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Core.Extensions.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Identity</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Identity.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Messaging.EventHubs</td><td>4.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Messaging.EventHubs.4.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Messaging.EventHubs.TrackOne</td><td>3.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Messaging.EventHubs.TrackOne.3.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Security.KeyVault.Certificates</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Security.KeyVault.Certificates.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Security.KeyVault.Keys</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Security.KeyVault.Keys.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Security.KeyVault.Secrets</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Security.KeyVault.Secrets.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Storage.Blobs</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Storage.Blobs.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Storage.Common</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Storage.Common.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Storage.Files</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Storage.Files.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Storage.Queues</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Storage.Queues.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Azure.Template</td><td>1.0.2-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Azure.Template.1.0.2-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.ApplicationInsights.Query</td><td>0.9.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.ApplicationInsights.Query.0.9.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.Batch</td><td>11.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.Batch.11.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.Batch.FileConventions</td><td>3.3.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.Batch.FileConventions.3.3.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.Batch.FileStaging</td><td>8.2.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.Batch.FileStaging.8.2.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.AnomalyDetector</td><td>0.8.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.AnomalyDetector.0.8.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring</td><td>3.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.3.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Language.SpellCheck</td><td>4.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Language.SpellCheck.4.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Language.TextAnalytics</td><td>3.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Language.TextAnalytics.3.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Personalizer</td><td>0.8.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Personalizer.0.8.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingCustomSearch</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingCustomSearch.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingEntitySearch</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingEntitySearch.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingImageSearch</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingImageSearch.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingLocalSearch</td><td>0.9.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingLocalSearch.0.9.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingNewsSearch</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingNewsSearch.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingVideoSearch</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingVideoSearch.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingVisualSearch</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingVisualSearch.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Search.BingWebSearch</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Search.BingWebSearch.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Vision.ComputerVision</td><td>5.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Vision.ComputerVision.5.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Vision.ContentModerator</td><td>2.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Vision.ContentModerator.2.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Vision.Face</td><td>2.4.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Vision.Face.2.4.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.CognitiveServices.Vision.FormRecognizer</td><td>0.8.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.CognitiveServices.Vision.FormRecognizer.0.8.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.ContainerRegistry</td><td>0.9.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.ContainerRegistry.0.9.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.EventGrid</td><td>3.2.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.EventGrid.3.2.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.EventHubs</td><td>3.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.EventHubs.3.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.EventHubs.Processor</td><td>3.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.EventHubs.Processor.3.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.EventHubs.ServiceFabricProcessor</td><td>0.5.3-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.EventHubs.ServiceFabricProcessor.0.5.3-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.Graph.RBAC</td><td>3.8.0-preview-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.Graph.RBAC.3.8.0-preview-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.HDInsight.Job</td><td>3.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.HDInsight.Job.3.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.KeyVault</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.KeyVault.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.KeyVault.Core</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.KeyVault.Core.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.KeyVault.Cryptography</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.KeyVault.Cryptography.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.KeyVault.Extensions</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.KeyVault.Extensions.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.KeyVault.WebKey</td><td>1.0.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.KeyVault.WebKey.1.0.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.OperationalInsights</td><td>0.10.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.OperationalInsights.0.10.0-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.Search</td><td>9.0.1-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.Search.9.0.1-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.Search.Common</td><td>9.0.1-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.Search.Common.9.0.1-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.Search.Data</td><td>9.0.1-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.Search.Data.9.0.1-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.Search.Service</td><td>9.0.1-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.Search.Service.9.0.1-dev.20190619.1.nupkg</td></tr> <tr><td>Microsoft.Azure.ServiceBus</td><td>3.4.0-dev.20190619.1</td><td>/Users/brsiegel/Downloads/packages/Microsoft.Azure.ServiceBus.3.4.0-dev.20190619.1.nupkg</td></tr>
</tbody>
</table>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment