34 lines
1.9 KiB
XML
34 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.AspNetCore.SignalR.Client</id>
|
|
<version>9.0.5</version>
|
|
<authors>Microsoft</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>Icon.png</icon>
|
|
<projectUrl>https://asp.net/</projectUrl>
|
|
<description>Client for ASP.NET Core SignalR
|
|
|
|
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ed74665e773dd1ebea3289c5662d71c590305932</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>aspnetcore signalr</tags>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/dotnet/aspnetcore" commit="ed74665e773dd1ebea3289c5662d71c590305932" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.6.2">
|
|
<dependency id="Microsoft.AspNetCore.SignalR.Client.Core" version="9.0.5" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.AspNetCore.Http.Connections.Client" version="9.0.5" exclude="Build,Analyzers" />
|
|
</group>
|
|
<group targetFramework="net9.0">
|
|
<dependency id="Microsoft.AspNetCore.SignalR.Client.Core" version="9.0.5" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.AspNetCore.Http.Connections.Client" version="9.0.5" exclude="Build,Analyzers" />
|
|
</group>
|
|
<group targetFramework=".NETStandard2.0">
|
|
<dependency id="Microsoft.AspNetCore.SignalR.Client.Core" version="9.0.5" exclude="Build,Analyzers" />
|
|
<dependency id="Microsoft.AspNetCore.Http.Connections.Client" version="9.0.5" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |