Skip to content

Commit

Permalink
Remove version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsmits authored Oct 31, 2024
1 parent 3373d84 commit b8964e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Transport/NServiceBus.Transport.AzureServiceBus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="[7.11.1, 8.0.0)" />
<PackageReference Include="BitFaster.Caching" Version="[2.5.2, 3.0.0)" />
<PackageReference Include="NServiceBus" Version="[7.0.1, 8.0.0)" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.11.1" />
<PackageReference Include="BitFaster.Caching" Version="2.5.2" />
<PackageReference Include="NServiceBus" Version="7.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b8964e0

Please sign in to comment.