File tree Expand file tree Collapse file tree 8 files changed +12
-11
lines changed
Elastic.Apm.SerilogEnricher
Elastic.CommonSchema.Log4net
Elastic.CommonSchema.NLog
Elastic.CommonSchema.Serilog
Elastic.Serilog.Enrichers.Web Expand file tree Collapse file tree 8 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1616
1717 <LangVersion >latest</LangVersion >
1818 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
19- <DefineConstants Condition =" '$(TargetFramework)'=='net461 '" >$(DefineConstants);FULLFRAMEWORK</DefineConstants >
19+ <DefineConstants Condition =" '$(TargetFramework)'=='net462 '" >$(DefineConstants);FULLFRAMEWORK</DefineConstants >
2020 </PropertyGroup >
2121 <ItemGroup >
2222 <PackageReference Include =" MinVer" Version =" 2.3.1" PrivateAssets =" all" />
23- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies.net461" Version =" 1.0.3" PrivateAssets =" all" />
23+ <PackageReference Condition =" '$(TargetFramework)'=='net462'"
24+ Include =" Microsoft.NETFramework.ReferenceAssemblies.net462" Version =" 1.0.3" PrivateAssets =" all" />
2425 </ItemGroup >
2526</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;net461 </TargetFrameworks >
3+ <TargetFrameworks >netstandard2.0;net462 </TargetFrameworks >
44 <Title >Elastic APM NLog Layout Renderers</Title >
55 <Description >Enrich NLog log messages with APM TraceId and TransactionId.</Description >
66 <IsPackable >True</IsPackable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;net461 </TargetFrameworks >
3+ <TargetFrameworks >netstandard2.0;net462 </TargetFrameworks >
44 <Title >Elastic APM Serilog Enricher</Title >
55 <Description >Enrich Serilog log messages with APM TraceId and TransactionId.</Description >
66 <IsPackable >True</IsPackable >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net461 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net462 </TargetFrameworks >
55 <Title >Elastic Common Schema (ECS) log4net Layout</Title >
66 <Description >log4net Layout that formats log events in accordance with Elastic Common Schema (ECS).</Description >
77 <IsPackable >True</IsPackable >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net461 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net462 </TargetFrameworks >
55 <Title >Elastic Common Schema (ECS) NLog Layout</Title >
66 <Description >NLog Layout that formats log events in accordance with Elastic Common Schema (ECS).</Description >
77 <IsPackable >True</IsPackable >
Original file line number Diff line number Diff line change 22
33<Project Sdk =" Microsoft.NET.Sdk" >
44 <PropertyGroup >
5- <TargetFrameworks >netstandard2.0;netstandard2.1;net461 </TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;netstandard2.1;net462 </TargetFrameworks >
66 <Title >Elastic Common Schema (ECS) Serilog Formatter</Title >
77 <Description >Serilog TextFormatter that formats log events in accordance with Elastic Common Schema (ECS).</Description >
88 <IsPackable >True</IsPackable >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net461 ;net6.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net462 ;net6.0</TargetFrameworks >
55 <Title >Elastic Common Schema (ECS) Types</Title >
66 <Description >Maps Elastic Common Schema (ECS) to .NET types including (de)serialization using System.Text.Json</Description >
77 <LangVersion >latest</LangVersion >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1515 </PackageReference >
1616 </ItemGroup >
17- <ItemGroup Condition =" $(TargetFramework) == 'net461 ' OR $(TargetFramework) == 'netstandard2.0' OR $(TargetFramework) == 'netstandard2.1'" >
17+ <ItemGroup Condition =" $(TargetFramework) == 'net462 ' OR $(TargetFramework) == 'netstandard2.0' OR $(TargetFramework) == 'netstandard2.1'" >
1818 <PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 5.0.0" />
19- <PackageReference Include =" System.Text.Json" Version =" 6 .0.1 " />
19+ <PackageReference Include =" System.Text.Json" Version =" 8 .0.5 " />
2020
2121 </ItemGroup >
2222 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net8.0;net461 </TargetFrameworks >
4+ <TargetFrameworks >net6.0;net8.0;net462 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <Title >Elastic Common Schema (ECS) Serilog Enricher for Web proeprties</Title >
You can’t perform that action at this time.
0 commit comments