Skip to content

Commit

Permalink
reverted to Include instead of Update
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed Sep 29, 2023
1 parent a4c6c78 commit 289eaed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="Svg.Skia" Version="$(SvgSkiaPackageVersion)" />
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 289eaed

Please sign in to comment.