Skip to content

Commit

Permalink
Disable automatic version range for package
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Dec 2, 2024
1 parent 55e6f14 commit 887d32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataBus/NServiceBus.DataBus.AzureBlobStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.1" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.2.1" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.2.1" AutomaticVersionRange="false" />
<PackageReference Include="NServiceBus" Version="8.2.4" />
</ItemGroup>

Expand Down

0 comments on commit 887d32b

Please sign in to comment.