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 ea9b95c commit e8c0e53
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.21.2" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" AutomaticVersionRange="false" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="NServiceBus.ClaimCheck" Version="1.0.1" />
</ItemGroup>
Expand Down

0 comments on commit e8c0e53

Please sign in to comment.