Skip to content

Commit 8f529dd

Browse files
Bump Particular.Packaging from 2.3.0 to 3.0.0
Bumps Particular.Packaging from 2.3.0 to 3.0.0. --- updated-dependencies: - dependency-name: Particular.Packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6a712f commit 8f529dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/NServiceBus.AzureFunctions.InProcess.ServiceBus/NServiceBus.AzureFunctions.InProcess.ServiceBus.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -17,7 +17,7 @@
1717
<PackageReference Include="NServiceBus" Version="[8.0.0, 9.0.0)" />
1818
<PackageReference Include="NServiceBus.Transport.AzureServiceBus" Version="[3.0.0, 4.0.0)" />
1919
<PackageReference Include="Obsolete.Fody" Version="5.3.0" PrivateAssets="All" />
20-
<PackageReference Include="Particular.Packaging" Version="2.3.0" PrivateAssets="All" />
20+
<PackageReference Include="Particular.Packaging" Version="3.0.0" PrivateAssets="All" />
2121
</ItemGroup>
2222

2323
<Target Name="AddSourceGeneratorToPackage" BeforeTargets="_GetPackageFiles">

src/NServiceBus.AzureFunctions.SourceGenerator/NServiceBus.AzureFunctions.SourceGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<!-- Avoid updating this packages as this might cause the code generator to fail to load on projects using older .NET SDKs / Visual Studio -->
1414
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0" PrivateAssets="All" />
15-
<PackageReference Include="Particular.Packaging" Version="2.3.0" PrivateAssets="All" />
15+
<PackageReference Include="Particular.Packaging" Version="3.0.0" PrivateAssets="All" />
1616
</ItemGroup>
1717

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

0 commit comments

Comments
 (0)