Skip to content

Commit

Permalink
Code analysis fixes (#7294)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Feb 12, 2025
1 parent e7fda8f commit 6f987e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>

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

<Target Name="UseMajorMinorPatchForAssemblyVersion" AfterTargets="MinVer">
Expand Down

0 comments on commit 6f987e0

Please sign in to comment.