Microsoft.Rest.ClientRuntime by Microsoft

<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />

 Microsoft.Rest.ClientRuntime 2.3.24

Infrastructure for error handling, tracing, and HttpClient pipeline configuration. Required by client libraries generated using AutoRest.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Rest.ClientRuntime</id>
    <version>2.3.24</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Azure/azure-sdk-for-net</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
    <description>Infrastructure for error handling, tracing, and HttpClient pipeline configuration. Required by client libraries generated using AutoRest.</description>
    <releaseNotes>- Improving sanitization of exception messages. For details, see "CVE-2022-26907 - Security Update Guide - Microsoft - Azure SDK for .NET Information Disclosure Vulnerability": https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-26907
		    - Optimize performance of parsing JSON content</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft AutoRest ClientRuntime</tags>
    <repository url="https://github.com/Azure/azure-sdk-for-net" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.5.2">
        <dependency id="Newtonsoft.Json" version="6.0.8" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard1.4">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net" targetFramework=".NETFramework4.5.2, .NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5.2, .NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Net.Http.WebRequest" targetFramework=".NETFramework4.5.2, .NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Runtime" targetFramework=".NETFramework4.5.2, .NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Runtime.Serialization" targetFramework=".NETFramework4.5.2, .NETFramework4.6.1" />
    </frameworkAssemblies>
  </metadata>
</package>