Skip to content

Commit a1f0218

Browse files
committed
Fix test Common project references in ManualTests project
1 parent a97cd89 commit a1f0218

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,11 @@
397397
IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive"
398398
PrivateAssets="all" />
399399

400-
<ProjectReference Include="$(RepoRoot)/src/Microsoft.Data.SqlClient/tests/Common/Microsoft.Data.SqlClient.TestCommon.csproj" />
401400
<ProjectReference Include="SQL/UdtTest/UDTs/Address/Address.csproj" />
402401
<ProjectReference Include="SQL/UdtTest/UDTs/Circle/Circle.csproj" />
403402
<ProjectReference Include="SQL/UdtTest/UDTs/Shapes/Shapes.csproj" />
404403
<ProjectReference Include="SQL/UdtTest/UDTs/Utf8String/Utf8String.csproj" />
405-
<ProjectReference Include="$(TestsPath)Common/Microsoft.Data.SqlClient.TestCommon.csproj" />
404+
<ProjectReference Include="$(TestsPath)Common/Common.csproj" />
406405
<ProjectReference Include="$(TestsPath)CustomConfigurableRetryLogic/CustomRetryLogicProvider.csproj" />
407406
<ProjectReference Include="$(TestsPath)tools/Microsoft.Data.SqlClient.TestUtilities/Microsoft.Data.SqlClient.TestUtilities.csproj" />
408407
<ProjectReference Include="$(TestsPath)tools/TDS/TDS/TDS.csproj" />

0 commit comments

Comments
 (0)