Skip to content

Commit

Permalink
Bump the nservicebuscore group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the nservicebuscore group with 2 updates: NServiceBus and NServiceBus.AcceptanceTests.Sources.


Updates `NServiceBus` from 9.0.0-alpha.2 to 9.0.0-alpha.9

Updates `NServiceBus.AcceptanceTests.Sources` from 9.0.0-alpha.2 to 9.0.0-alpha.9

---
updated-dependencies:
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nservicebuscore
- dependency-name: NServiceBus.AcceptanceTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nservicebuscore
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 11e30eb commit a9d3b13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="9.0.0-alpha.2" GeneratePathProperty="true" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="9.0.0-alpha.9" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/DataBus/NServiceBus.DataBus.AzureBlobStorage.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="[12.17.0, 13.0.0)" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.3.2" />
<PackageReference Include="NServiceBus" Version="9.0.0-alpha.2" />
<PackageReference Include="NServiceBus" Version="9.0.0-alpha.9" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="Obsolete.Fody" Version="5.3.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="3.0.0" PrivateAssets="All" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageReference Include="NServiceBus" Version="9.0.0-alpha.2" />
<PackageReference Include="NServiceBus" Version="9.0.0-alpha.9" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down

0 comments on commit a9d3b13

Please sign in to comment.