Skip to content

Commit 15c5860

Browse files
committed
Correct merge of Common.csproj
1 parent 86d22a7 commit 15c5860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Data.SqlClient/tests/Common/Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353

5454
<!-- Fixture-specific References -->
5555
<ItemGroup>
56-
<PackageReference Include="Azure.Identity" Version="$(AzureIdentityVersion)" />
57-
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="$(AzureSecurityKeyVaultKeysVersion)" />
56+
<PackageReference Include="Azure.Identity" />
57+
<PackageReference Include="Azure.Security.KeyVault.Keys" />
5858
</ItemGroup>
5959

6060
</Project>

0 commit comments

Comments
 (0)