Skip to content

Commit

Permalink
Update azure.messaging.eventhubs to 5.3.0 in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Feb 11, 2021
1 parent 5cf9c18 commit 55bc8b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/SmokeTests/SmokeTest/SmokeTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.8.0" />
<PackageReference Include="Azure.Core" Version="1.9.0" />
<PackageReference Include="Azure.Identity" Version="1.4.0-beta.1" />
<!-- The OverrideDailyVersion attribute prevents the Update-Dependencies script from overwriting it with a daily build version -->
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.3.0-beta.4" OverrideDailyVersion="" />
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.3.0-beta.4" />
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.3.0" OverrideDailyVersion="" />
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.3.0" />
<PackageReference Include="Azure.Security.Keyvault.Secrets" Version="4.2.0-beta.3" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.0-beta.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.0" />
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.4.9" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.20.1" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.10.0" />
Expand Down

0 comments on commit 55bc8b9

Please sign in to comment.