49 lines
2.5 KiB
XML
49 lines
2.5 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
|
<metadata minClientVersion="2.12">
|
||
|
|
<id>System.Diagnostics.EventLog</id>
|
||
|
|
<version>4.7.0</version>
|
||
|
|
<title>System.Diagnostics.EventLog</title>
|
||
|
|
<authors>Microsoft</authors>
|
||
|
|
<owners>microsoft,dotnetframework</owners>
|
||
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
|
<license type="expression">MIT</license>
|
||
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||
|
|
<projectUrl>https://github.com/dotnet/corefx</projectUrl>
|
||
|
|
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
||
|
|
<description>Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service.
|
||
|
|
|
||
|
|
Commonly Used Types:
|
||
|
|
System.Diagnostics.EventLog
|
||
|
|
|
||
|
|
When using NuGet 3.x this package requires at least version 3.4.</description>
|
||
|
|
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
|
||
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||
|
|
<serviceable>true</serviceable>
|
||
|
|
<dependencies>
|
||
|
|
<group targetFramework=".NETFramework4.6.1">
|
||
|
|
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETFramework4.7.2">
|
||
|
|
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETCoreApp2.0">
|
||
|
|
<dependency id="Microsoft.NETCore.Platforms" version="3.1.0" />
|
||
|
|
<dependency id="Microsoft.Win32.Registry" version="4.7.0" exclude="Compile" />
|
||
|
|
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework=".NETStandard2.0">
|
||
|
|
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
|
||
|
|
</group>
|
||
|
|
<group targetFramework="UAP10.0.16299" />
|
||
|
|
</dependencies>
|
||
|
|
<frameworkAssemblies>
|
||
|
|
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
|
||
|
|
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.7.2" />
|
||
|
|
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
|
||
|
|
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.7.2" />
|
||
|
|
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.6.1" />
|
||
|
|
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.7.2" />
|
||
|
|
</frameworkAssemblies>
|
||
|
|
</metadata>
|
||
|
|
</package>
|