Skip to content

Commit

Permalink
Update smoke test dependencies (#25590)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Nov 30, 2021
1 parent 3480bbe commit db1a076
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common/SmokeTests/SmokeTest/SmokeTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.6.0" />
<PackageReference Include="Azure.Security.Keyvault.Secrets" Version="4.3.0-beta.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.9.1" />
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.5.3" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.35.0" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.15.0" />
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.5.6" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.36.0" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.16.2" />

<!-- This is needed to resolve a build conflict and force the correct version -->
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />

<!-- This is needed for non-nightly smoke test runs -->
<PackageReference Include="Azure.Template" Version="1.0.2" />
<PackageReference Include="Azure.Template" Version="1.0.3-beta.1218030" />
</ItemGroup>

<!-- Sample: IoT Hub Connection String Translation -->
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\..\samples\iothub-connect-to-eventhubs\**\*.cs" Link="Samples\IoTHubConnection\SharedSource\%(Filename)%(Extension)" />
</ItemGroup>
</Project>
</Project>

0 comments on commit db1a076

Please sign in to comment.