ecs-dotnet
ecs-dotnet copied to clipboard
[BUG] AssemblyVersion downgrade between 1.5.1 & 1.5.3
Hi, I noticed that AssemblyVersion was downgraded from 1.5.0 in 1.5.1 to 1.0.0 in 1.5.3.
This leads to build errors in the following configuration:
- Lib A referencing Elastic.CommonSchema.Serilog 1.5.1.
- Project B referencing lib A and Elastic.CommonSchema.Serilog 1.5.3. And building project B
CSC : error CS1705: Assembly 'A' with identity 'A, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null' uses 'Elastic.CommonSchema.Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=069ca2728db333c1' which has a higher version than referenced assembly 'Elastic.CommonSchema.Serilog' with identity 'Elastic.CommonSchema.Serilog, Version=1.0.0.0, Culture=neutral, PublicKeyToken=069ca2728db333c1'
Is this downgrade intended?