GameVsJam/3d Prototyp/Assets/Packages/Microsoft.Extensions.Http.2.../Microsoft.Extensions.Http.n...

27 lines
1.7 KiB
Plaintext
Raw Normal View History

2024-04-04 11:40:14 +02:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Extensions.Http</id>
<version>2.1.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
<projectUrl>https://asp.net/</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way.
Commonly used types:
System.Net.Http.IHttpClientFactory</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>aspnetcore httpclient</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/aspnet/HttpClientFactory" commit="619461878527dab5f153f34c5de177a79ecdefaa" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.1.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging" version="2.1.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Options" version="2.1.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>