We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48ab82 commit 56f92d4Copy full SHA for 56f92d4
msbuild/props/SixLabors.Global.props
@@ -115,7 +115,10 @@
115
PrivateAssets="All" Version="1.0.0"
116
IsImplicitlyDefined="true"
117
Condition="$(TargetFramework.StartsWith('net4'))"/>
118
- <PackageReference Include="StyleCop.Analyzers" PrivateAssets="All" Version="1.1.118" IsImplicitlyDefined="true" />
+ <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.354" IsImplicitlyDefined="true">
119
+ <PrivateAssets>all</PrivateAssets>
120
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
121
+ </PackageReference>
122
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\..\stylecop.json" />
123
</ItemGroup>
124
0 commit comments