Skip to content

Commit

Permalink
[main] Remove duplicate PackageReferences (#6586)
Browse files Browse the repository at this point in the history
[`dotnet 6.0.400`](https://github.com/dotnet/sdk/releases/tag/v6.0.400) is now firing a lint for duplicate `PackageReference` entries.

- `Microsoft.Azure.Devices.Edge.Agent.Diagnostics.Test`: 
    - `StyleCop.Analyzers`

## Azure IoT Edge PR checklist:
  • Loading branch information
onalante-msft authored Aug 10, 2022
1 parent 9a6f39b commit c15f277
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion stylecop.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>

0 comments on commit c15f277

Please sign in to comment.