📦 Makes common nugets compatible with CPM
This commit is contained in:
2
.config
2
.config
Submodule .config updated: 6f9955e05a...4fcdca89f9
@ -5,9 +5,18 @@
|
|||||||
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Packages.props', '$(MSBuildThisFileDirectory)../'))" />
|
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Packages.props', '$(MSBuildThisFileDirectory)../'))" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<ItemGroup Label="Common Packages">
|
||||||
<ManagePackageVersionsCentrally>
|
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0" />
|
||||||
true</ManagePackageVersionsCentrally>
|
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.376" />
|
||||||
</PropertyGroup>
|
<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>
|
</Project>
|
||||||
|
Reference in New Issue
Block a user