Skip to content

Commit 6f987e0

Browse files
authored
Code analysis fixes (#7294)
1 parent e7fda8f commit 6f987e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NServiceBus.Core.Analyzer/NServiceBus.Core.Analyzer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Particular.Packaging" Version="4.2.0" PrivateAssets="All" />
1413
<!-- this package can only be upgraded when we drop support for older versions of Visual Studio -->
1514
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
15+
<PackageReference Include="Particular.Packaging" Version="4.2.0" PrivateAssets="All" />
1616
</ItemGroup>
1717

1818
<Target Name="UseMajorMinorPatchForAssemblyVersion" AfterTargets="MinVer">

0 commit comments

Comments
 (0)