Skip to content

Commit ad6fcdc

Browse files
committed
chore: Align StyleCop.Analyzers package version declaration across project files
1 parent aae0201 commit ad6fcdc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project>
22
<ItemGroup>
33
<PackageVersion Include="Escendit.Tools.Branding" Version="1.2.0"/>
4+
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556"/>
45
</ItemGroup>
56
</Project>

src/Escendit.Tools.CodeAnalysis.StyleCopAnalyzers/Escendit.Tools.CodeAnalysis.StyleCopAnalyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageTags>analyzers;stylecop;defaults</PackageTags>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556">
12+
<PackageReference Include="StyleCop.Analyzers.Unstable">
1313
<PrivateAssets>runtime; build; native; contentfiles</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>

0 commit comments

Comments
 (0)