Fixes for assembly information (#5306)

- Update version to 2.5
- Normalize version and assembly information
- Remove commented and unrequired code
This commit is contained in:
Martin-Molinero
2021-02-17 16:42:23 -03:00
committed by GitHub
parent 2d99afc8c3
commit df6e133833
26 changed files with 51 additions and 434 deletions
@@ -46,6 +46,9 @@
<Message Text="IsLinux $(IsLinux)" Importance="high" />
<Message Text="ForceLinuxBuild $(ForceLinuxBuild)" Importance="high" />
</Target>
<ItemGroup>
<Compile Include="..\Common\Properties\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3">
<PrivateAssets>all</PrivateAssets>