Skip to content

Commit 5d46803

Browse files
authored
Code analysis fixes (#7292)
1 parent b7ddb40 commit 5d46803

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.repointegrity.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ignore:
2+
# Dependency packages already updated to v7 and v8 versions past the net6 build target
3+
- test: ComponentShouldTargetDotNetLtsVersion
4+
path: src/NServiceBus.Core/NServiceBus.Core.csproj

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Particular.Packaging" Version="4.2.0" PrivateAssets="All" />
1312
<!-- this package can only be upgraded when we drop support for older versions of Visual Studio -->
1413
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
14+
<PackageReference Include="Particular.Packaging" Version="4.2.0" PrivateAssets="All" />
1515
</ItemGroup>
1616

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

0 commit comments

Comments
 (0)