File tree 2 files changed +5
-1
lines changed
src/NServiceBus.Core.Analyzer
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Particular.Packaging" Version =" 4.2.0" PrivateAssets =" All" />
13
12
<!-- this package can only be upgraded when we drop support for older versions of Visual Studio -->
14
13
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.11.0" />
14
+ <PackageReference Include =" Particular.Packaging" Version =" 4.2.0" PrivateAssets =" All" />
15
15
</ItemGroup >
16
16
17
17
<Target Name =" UseMajorMinorPatchForAssemblyVersion" AfterTargets =" MinVer" >
You can’t perform that action at this time.
0 commit comments