From d73d2c7341f875165078b0ad90f44a95b3000b35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 12:11:02 -0700 Subject: [PATCH] Sync shared code from aspnetcore (#68965) --- .../Common/src/System/Net/Http/aspnetcore/NetEventSource.Common.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Common/src/System/Net/Http/aspnetcore/NetEventSource.Common.cs b/src/libraries/Common/src/System/Net/Http/aspnetcore/NetEventSource.Common.cs index ff93dca..b2ea95a 100644 --- a/src/libraries/Common/src/System/Net/Http/aspnetcore/NetEventSource.Common.cs +++ b/src/libraries/Common/src/System/Net/Http/aspnetcore/NetEventSource.Common.cs @@ -44,7 +44,7 @@ namespace System.Net public static readonly NetEventSource Log = new NetEventSource(); #region Metadata - public class Keywords + public static class Keywords { public const EventKeywords Default = (EventKeywords)0x0001; public const EventKeywords Debug = (EventKeywords)0x0002; -- 2.7.4