Skip to content

Commit

Permalink
Merge pull request #6803 from Particular/fix-databus-samples
Browse files Browse the repository at this point in the history
Fix databus samples
  • Loading branch information
WilliamBZA authored Aug 14, 2024
2 parents af3d8f0 + 9024166 commit 441ba71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.*" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.*" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.*" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs" Version="6.*" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs" Version="6.0.*" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.*" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="NServiceBus" Version="9.*" />
<PackageReference Include="NServiceBus.DataBus.AzureBlobStorage" Version="6.*" />
<PackageReference Include="NServiceBus.DataBus.AzureBlobStorage" Version="6.0.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus" Version="9.*" />
<PackageReference Include="NServiceBus.DataBus.AzureBlobStorage" Version="6.*" />
<PackageReference Include="NServiceBus.DataBus.AzureBlobStorage" Version="6.0.*" />
<ProjectReference Include="..\Shared\Shared.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NServiceBus.DataBus.AzureBlobStorage" Version="6.*" />
<PackageReference Include="NServiceBus.DataBus.AzureBlobStorage" Version="6.0.*" />
<PackageReference Include="NServiceBus" Version="9.*" />
<ProjectReference Include="..\Shared\Shared.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 441ba71

Please sign in to comment.