Skip to content

Commit

Permalink
Bump NServiceBus.Attachments.Sql.Raw from 12.0.6 to 13.0.0 in /src
Browse files Browse the repository at this point in the history
Bumps [NServiceBus.Attachments.Sql.Raw](https://github.com/NServiceBusExtensions/NServiceBus.Attachments) from 12.0.6 to 13.0.0.
- [Release notes](https://github.com/NServiceBusExtensions/NServiceBus.Attachments/releases)
- [Commits](https://github.com/NServiceBusExtensions/NServiceBus.Attachments/commits)

---
updated-dependencies:
- dependency-name: NServiceBus.Attachments.Sql.Raw
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent c5c6090 commit 706896d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>

<PackageReference Include="NServiceBus.Attachments.Sql.Raw" Version="12.0.6" />
<PackageReference Include="NServiceBus.Attachments.Sql.Raw" Version="13.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<ProjectReference Include="..\Shared\Shared.csproj" />
<ProjectReference Include="..\SqlServer.HttpPassthrough\SqlServer.HttpPassthrough.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="NServiceBus.Attachments.Sql.Raw" Version="12.0.6" />
<PackageReference Include="NServiceBus.Attachments.Sql.Raw" Version="13.0.0" />
<ProjectReference Include="..\SqlServer.Native\SqlServer.Native.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
Expand Down

0 comments on commit 706896d

Please sign in to comment.