📦 Makes common nugets compatible with CPM

This commit is contained in:
2023-01-15 23:14:34 +02:00
parent c312e20e2c
commit 8c3aa2d710
2 changed files with 14 additions and 5 deletions

Submodule .config updated: 6f9955e05a...4fcdca89f9

View File

@ -5,9 +5,18 @@
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Packages.props', '$(MSBuildThisFileDirectory)../'))" />
</ImportGroup>
<PropertyGroup>
<ManagePackageVersionsCentrally>
true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup Label="Common Packages">
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.376" />
<PackageVersion Include="SerilogAnalyzer" Version="0.15.0" />
<PackageVersion Include="SmartAnalyzers.ExceptionAnalyzer" Version="1.0.10" />
<PackageVersion Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" />
</ItemGroup>
<ItemGroup Label="SourceLink">
<PackageVersion Include="Microsoft.SourceLink.AzureRepos.Git" Version="1.1.1" />
<PackageVersion Include="Microsoft.SourceLink.Bitbucket.Git" Version="1.1.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Microsoft.SourceLink.GitLab" Version="1.1.1" />
</ItemGroup>
</Project>