yavsc/build/approot/packages/System.Diagnostics.Diagnost.../4.0.0-beta-23516/System.Diagnostics.Diagnost...

27 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata minClientVersion="2.8.6">
<id>System.Diagnostics.DiagnosticSource</id>
<version>4.0.0-beta-23516</version>
<title>System.Diagnostics.DiagnosticSource</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
- 1548494</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<group targetFramework=".NETPlatform5.2">
<dependency id="System.Runtime" version="4.0.0" />
<dependency id="System.Diagnostics.Tracing" version="4.0.0" />
<dependency id="System.Threading" version="4.0.0" />
</group>
</dependencies>
</metadata>
</package>