Skip to content

Commit b24c32b

Browse files
committed
System.Diagnostics
1 parent 0ab56aa commit b24c32b

File tree

148 files changed

+1936
-1316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+1936
-1316
lines changed

xml/System.Diagnostics.Eventing.Reader/EventBookmark.xml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<Type Name="EventBookmark" FullName="System.Diagnostics.Eventing.Reader.EventBookmark">
2-
<TypeSignature Language="C#" Value="public sealed class EventBookmark" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
3-
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit EventBookmark extends System.Object" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
2+
<TypeSignature Language="C#" Value="public class EventBookmark" FrameworkAlternate="dotnet-plat-ext-6.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0" />
3+
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit EventBookmark extends System.Object" FrameworkAlternate="dotnet-plat-ext-6.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0" />
44
<TypeSignature Language="DocId" Value="T:System.Diagnostics.Eventing.Reader.EventBookmark" />
5-
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class EventBookmark" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
6-
<TypeSignature Language="F#" Value="type EventBookmark = class" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
7-
<TypeSignature Language="C++ CLI" Value="public ref class EventBookmark sealed" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
5+
<TypeSignature Language="VB.NET" Value="Public Class EventBookmark" FrameworkAlternate="dotnet-plat-ext-6.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0" />
6+
<TypeSignature Language="F#" Value="type EventBookmark = class" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
7+
<TypeSignature Language="C++ CLI" Value="public ref class EventBookmark" FrameworkAlternate="dotnet-plat-ext-6.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0" />
8+
<TypeSignature Language="C#" Value="public sealed class EventBookmark" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
9+
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit EventBookmark extends System.Object" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
10+
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class EventBookmark" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
11+
<TypeSignature Language="C++ CLI" Value="public ref class EventBookmark sealed" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
812
<TypeSignature Language="C#" Value="public class EventBookmark : System.Runtime.Serialization.ISerializable" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
913
<TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit EventBookmark extends System.Object implements class System.Runtime.Serialization.ISerializable" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
1014
<TypeSignature Language="VB.NET" Value="Public Class EventBookmark&#xA;Implements ISerializable" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
1115
<TypeSignature Language="F#" Value="type EventBookmark = class&#xA; interface ISerializable" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
1216
<TypeSignature Language="C++ CLI" Value="public ref class EventBookmark : System::Runtime::Serialization::ISerializable" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
13-
<TypeSignature Language="C#" Value="public class EventBookmark" FrameworkAlternate="netstandard-2.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0" />
14-
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit EventBookmark extends System.Object" FrameworkAlternate="netstandard-2.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0" />
15-
<TypeSignature Language="VB.NET" Value="Public Class EventBookmark" FrameworkAlternate="netstandard-2.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0" />
16-
<TypeSignature Language="C++ CLI" Value="public ref class EventBookmark" FrameworkAlternate="netstandard-2.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0" />
1717
<AssemblyInfo>
1818
<AssemblyName>System.Core</AssemblyName>
1919
<AssemblyVersion>3.5.0.0</AssemblyVersion>
@@ -29,9 +29,6 @@
2929
<AssemblyVersion>8.0.0.0</AssemblyVersion>
3030
<AssemblyVersion>9.0.0.0</AssemblyVersion>
3131
</AssemblyInfo>
32-
<TypeForwardingChain>
33-
<TypeForwarding From="System.Diagnostics.EventLog" FromVersion="9.0.0.0" To="System.Core" ToVersion="4.0.0.0" FrameworkAlternate="netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
34-
</TypeForwardingChain>
3532
<Base>
3633
<BaseTypeName>System.Object</BaseTypeName>
3734
</Base>
@@ -52,12 +49,12 @@
5249
</Docs>
5350
<Members>
5451
<Member MemberName=".ctor">
55-
<MemberSignature Language="C#" Value="public EventBookmark (string bookmarkXml);" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
56-
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string bookmarkXml) cil managed" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
57-
<MemberSignature Language="DocId" Value="M:System.Diagnostics.Eventing.Reader.EventBookmark.#ctor(System.String)" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
58-
<MemberSignature Language="VB.NET" Value="Public Sub New (bookmarkXml As String)" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
59-
<MemberSignature Language="F#" Value="new System.Diagnostics.Eventing.Reader.EventBookmark : string -&gt; System.Diagnostics.Eventing.Reader.EventBookmark" Usage="new System.Diagnostics.Eventing.Reader.EventBookmark bookmarkXml" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
60-
<MemberSignature Language="C++ CLI" Value="public:&#xA; EventBookmark(System::String ^ bookmarkXml);" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
52+
<MemberSignature Language="C#" Value="public EventBookmark (string bookmarkXml);" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
53+
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string bookmarkXml) cil managed" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
54+
<MemberSignature Language="DocId" Value="M:System.Diagnostics.Eventing.Reader.EventBookmark.#ctor(System.String)" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
55+
<MemberSignature Language="VB.NET" Value="Public Sub New (bookmarkXml As String)" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
56+
<MemberSignature Language="F#" Value="new System.Diagnostics.Eventing.Reader.EventBookmark : string -&gt; System.Diagnostics.Eventing.Reader.EventBookmark" Usage="new System.Diagnostics.Eventing.Reader.EventBookmark bookmarkXml" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
57+
<MemberSignature Language="C++ CLI" Value="public:&#xA; EventBookmark(System::String ^ bookmarkXml);" FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
6158
<MemberType>Constructor</MemberType>
6259
<AssemblyInfo>
6360
<AssemblyName>System.Diagnostics.EventLog</AssemblyName>
@@ -69,7 +66,7 @@
6966
<AssemblyName>System.Core</AssemblyName>
7067
</AssemblyInfo>
7168
<Parameters>
72-
<Parameter Name="bookmarkXml" Type="System.String" Index="0" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
69+
<Parameter Name="bookmarkXml" Type="System.String" Index="0" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
7370
</Parameters>
7471
<Docs>
7572
<param name="bookmarkXml">An XML string that represents the bookmark.</param>

xml/System.Diagnostics.Eventing.Reader/EventKeyword.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<AssemblyVersion>8.0.0.0</AssemblyVersion>
2121
<AssemblyVersion>9.0.0.0</AssemblyVersion>
2222
</AssemblyInfo>
23-
<TypeForwardingChain>
24-
<TypeForwarding From="System.Diagnostics.EventLog" FromVersion="9.0.0.0" To="System.Core" ToVersion="4.0.0.0" FrameworkAlternate="netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
25-
</TypeForwardingChain>
2623
<Base>
2724
<BaseTypeName>System.Object</BaseTypeName>
2825
</Base>

xml/System.Diagnostics.Eventing.Reader/EventLevel.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<AssemblyVersion>8.0.0.0</AssemblyVersion>
2121
<AssemblyVersion>9.0.0.0</AssemblyVersion>
2222
</AssemblyInfo>
23-
<TypeForwardingChain>
24-
<TypeForwarding From="System.Diagnostics.EventLog" FromVersion="9.0.0.0" To="System.Core" ToVersion="4.0.0.0" FrameworkAlternate="netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
25-
</TypeForwardingChain>
2623
<Base>
2724
<BaseTypeName>System.Object</BaseTypeName>
2825
</Base>

xml/System.Diagnostics.Eventing.Reader/EventLogConfiguration.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<AssemblyVersion>8.0.0.0</AssemblyVersion>
2121
<AssemblyVersion>9.0.0.0</AssemblyVersion>
2222
</AssemblyInfo>
23-
<TypeForwardingChain>
24-
<TypeForwarding From="System.Diagnostics.EventLog" FromVersion="9.0.0.0" To="System.Core" ToVersion="4.0.0.0" FrameworkAlternate="netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
25-
</TypeForwardingChain>
2623
<Base>
2724
<BaseTypeName>System.Object</BaseTypeName>
2825
</Base>

xml/System.Diagnostics.Eventing.Reader/EventLogException.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Type Name="EventLogException" FullName="System.Diagnostics.Eventing.Reader.EventLogException">
22
<TypeSignature Language="C#" Value="public class EventLogException : Exception" />
3-
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit EventLogException extends System.Exception" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
3+
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit EventLogException extends System.Exception" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
44
<TypeSignature Language="DocId" Value="T:System.Diagnostics.Eventing.Reader.EventLogException" />
55
<TypeSignature Language="VB.NET" Value="Public Class EventLogException&#xA;Inherits Exception" />
6-
<TypeSignature Language="F#" Value="type EventLogException = class&#xA; inherit Exception" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
6+
<TypeSignature Language="F#" Value="type EventLogException = class&#xA; inherit Exception" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
77
<TypeSignature Language="C++ CLI" Value="public ref class EventLogException : Exception" />
88
<TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit EventLogException extends System.Exception implements class System.Runtime.Serialization.ISerializable" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
99
<TypeSignature Language="F#" Value="type EventLogException = class&#xA; inherit Exception&#xA; interface ISerializable" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
@@ -22,9 +22,6 @@
2222
<AssemblyVersion>8.0.0.0</AssemblyVersion>
2323
<AssemblyVersion>9.0.0.0</AssemblyVersion>
2424
</AssemblyInfo>
25-
<TypeForwardingChain>
26-
<TypeForwarding From="System.Diagnostics.EventLog" FromVersion="9.0.0.0" To="System.Core" ToVersion="4.0.0.0" FrameworkAlternate="netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
27-
</TypeForwardingChain>
2825
<Base>
2926
<BaseTypeName>System.Exception</BaseTypeName>
3027
</Base>
@@ -189,11 +186,11 @@
189186
<AssemblyVersion>9.0.0.0</AssemblyVersion>
190187
</AssemblyInfo>
191188
<Attributes>
192-
<Attribute FrameworkAlternate="net-8.0;net-9.0;windowsdesktop-8.0;windowsdesktop-9.0">
189+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-8.0;windowsdesktop-9.0">
193190
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
194191
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
195192
</Attribute>
196-
<Attribute FrameworkAlternate="net-8.0;net-9.0;windowsdesktop-8.0;windowsdesktop-9.0">
193+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-8.0;windowsdesktop-9.0">
197194
<AttributeName Language="C#">[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]</AttributeName>
198195
<AttributeName Language="F#">[&lt;System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")&gt;]</AttributeName>
199196
</Attribute>
@@ -280,11 +277,11 @@
280277
<AssemblyVersion>9.0.0.0</AssemblyVersion>
281278
</AssemblyInfo>
282279
<Attributes>
283-
<Attribute FrameworkAlternate="net-8.0;net-9.0;windowsdesktop-8.0;windowsdesktop-9.0">
280+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-8.0;windowsdesktop-9.0">
284281
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
285282
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
286283
</Attribute>
287-
<Attribute FrameworkAlternate="net-8.0;net-9.0;windowsdesktop-8.0;windowsdesktop-9.0">
284+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;windowsdesktop-8.0;windowsdesktop-9.0">
288285
<AttributeName Language="C#">[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]</AttributeName>
289286
<AttributeName Language="F#">[&lt;System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")&gt;]</AttributeName>
290287
</Attribute>

xml/System.Diagnostics.Eventing.Reader/EventLogInformation.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<AssemblyVersion>8.0.0.0</AssemblyVersion>
2121
<AssemblyVersion>9.0.0.0</AssemblyVersion>
2222
</AssemblyInfo>
23-
<TypeForwardingChain>
24-
<TypeForwarding From="System.Diagnostics.EventLog" FromVersion="9.0.0.0" To="System.Core" ToVersion="4.0.0.0" FrameworkAlternate="netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
25-
</TypeForwardingChain>
2623
<Base>
2724
<BaseTypeName>System.Object</BaseTypeName>
2825
</Base>

0 commit comments

Comments
 (0)