29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions</id>
|
|
<version>10.0.0-rc.2.25502.107</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>Abstractions for defining health checks in .NET applications
|
|
|
|
Commonly Used Types
|
|
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck
|
|
|
|
|
|
This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>diagnostics healthchecks</tags>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/dotnet/dotnet" commit="89c8f6a112d37d2ea8b77821e56d170a1bccdc5a" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.6.2" />
|
|
<group targetFramework="net10.0" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |