diff --git a/Directory.Build.props b/Directory.Build.props
index 28593c00..5d8d53ea 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -16,10 +16,11 @@
latest
true
- $(DefineConstants);FULLFRAMEWORK
+ $(DefineConstants);FULLFRAMEWORK
-
+
\ No newline at end of file
diff --git a/src/Elastic.Apm.NLog/Elastic.Apm.NLog.csproj b/src/Elastic.Apm.NLog/Elastic.Apm.NLog.csproj
index 6765865d..4ac2c472 100644
--- a/src/Elastic.Apm.NLog/Elastic.Apm.NLog.csproj
+++ b/src/Elastic.Apm.NLog/Elastic.Apm.NLog.csproj
@@ -1,6 +1,6 @@
- netstandard2.0;net461
+ netstandard2.0;net462
Elastic APM NLog Layout Renderers
Enrich NLog log messages with APM TraceId and TransactionId.
True
diff --git a/src/Elastic.Apm.SerilogEnricher/Elastic.Apm.SerilogEnricher.csproj b/src/Elastic.Apm.SerilogEnricher/Elastic.Apm.SerilogEnricher.csproj
index a680c5a9..af8ff34f 100644
--- a/src/Elastic.Apm.SerilogEnricher/Elastic.Apm.SerilogEnricher.csproj
+++ b/src/Elastic.Apm.SerilogEnricher/Elastic.Apm.SerilogEnricher.csproj
@@ -1,6 +1,6 @@
- netstandard2.0;net461
+ netstandard2.0;net462
Elastic APM Serilog Enricher
Enrich Serilog log messages with APM TraceId and TransactionId.
True
diff --git a/src/Elastic.CommonSchema.Log4net/Elastic.CommonSchema.Log4net.csproj b/src/Elastic.CommonSchema.Log4net/Elastic.CommonSchema.Log4net.csproj
index 71f53fd8..d8bdaf60 100644
--- a/src/Elastic.CommonSchema.Log4net/Elastic.CommonSchema.Log4net.csproj
+++ b/src/Elastic.CommonSchema.Log4net/Elastic.CommonSchema.Log4net.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;netstandard2.1;net461
+ netstandard2.0;netstandard2.1;net462
Elastic Common Schema (ECS) log4net Layout
log4net Layout that formats log events in accordance with Elastic Common Schema (ECS).
True
diff --git a/src/Elastic.CommonSchema.NLog/Elastic.CommonSchema.NLog.csproj b/src/Elastic.CommonSchema.NLog/Elastic.CommonSchema.NLog.csproj
index cdf9a625..19b5c078 100644
--- a/src/Elastic.CommonSchema.NLog/Elastic.CommonSchema.NLog.csproj
+++ b/src/Elastic.CommonSchema.NLog/Elastic.CommonSchema.NLog.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;netstandard2.1;net461
+ netstandard2.0;netstandard2.1;net462
Elastic Common Schema (ECS) NLog Layout
NLog Layout that formats log events in accordance with Elastic Common Schema (ECS).
True
diff --git a/src/Elastic.CommonSchema.Serilog/Elastic.CommonSchema.Serilog.csproj b/src/Elastic.CommonSchema.Serilog/Elastic.CommonSchema.Serilog.csproj
index 179c001a..8aa33727 100644
--- a/src/Elastic.CommonSchema.Serilog/Elastic.CommonSchema.Serilog.csproj
+++ b/src/Elastic.CommonSchema.Serilog/Elastic.CommonSchema.Serilog.csproj
@@ -2,7 +2,7 @@
- netstandard2.0;netstandard2.1;net461
+ netstandard2.0;netstandard2.1;net462
Elastic Common Schema (ECS) Serilog Formatter
Serilog TextFormatter that formats log events in accordance with Elastic Common Schema (ECS).
True
diff --git a/src/Elastic.CommonSchema/Elastic.CommonSchema.csproj b/src/Elastic.CommonSchema/Elastic.CommonSchema.csproj
index 05ff26a9..d2341cd9 100644
--- a/src/Elastic.CommonSchema/Elastic.CommonSchema.csproj
+++ b/src/Elastic.CommonSchema/Elastic.CommonSchema.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;netstandard2.1;net461;net6.0
+ netstandard2.0;netstandard2.1;net462;net6.0
Elastic Common Schema (ECS) Types
Maps Elastic Common Schema (ECS) to .NET types including (de)serialization using System.Text.Json
latest
@@ -14,9 +14,9 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
-
+
diff --git a/src/Elastic.Serilog.Enrichers.Web/Elastic.Serilog.Enrichers.Web.csproj b/src/Elastic.Serilog.Enrichers.Web/Elastic.Serilog.Enrichers.Web.csproj
index 4806848b..c89f54de 100644
--- a/src/Elastic.Serilog.Enrichers.Web/Elastic.Serilog.Enrichers.Web.csproj
+++ b/src/Elastic.Serilog.Enrichers.Web/Elastic.Serilog.Enrichers.Web.csproj
@@ -1,7 +1,7 @@
- net6.0;net8.0;net461
+ net6.0;net8.0;net462
enable
enable
Elastic Common Schema (ECS) Serilog Enricher for Web proeprties