Skip to content

Commit b962442

Browse files
authored
[Smoke Tests] Remove Explicit Azure.Core Reference (Azure#22719)
The focus of these changes is to remove the explicit references to the `Azure.Core` package; these can cause the run to fail when rewritten for daily runs due to existing project references to `Azure.Core`.
1 parent c4a711e commit b962442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/SmokeTests/SmokeTest/SmokeTest.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
</ItemGroup>
1212
<ItemGroup>
1313
<!-- Add an OverrideDailyVersion attribute to prevent the Update-Dependencies script from overwriting it with a daily build version -->
14-
<PackageReference Include="Azure.Core" Version="1.16.0" />
1514
<PackageReference Include="Azure.Identity" Version="1.5.0-beta.2" />
1615
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.5.0" />
1716
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.5.0" />

0 commit comments

Comments
 (0)