Skip to content

Commit eb01444

Browse files
committed
Corrected Management.Sql path
1 parent 70a697b commit eb01444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.15.1.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
8282
</Reference>
8383
<Reference Include="Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
84-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.dll</HintPath>
84+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.1.12.0-preview\lib\net452\Microsoft.Azure.Management.Sql.dll</HintPath>
8585
<Private>True</Private>
8686
</Reference>
8787
<Reference Include="Microsoft.Azure.Management.Storage">

src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
<Private>True</Private>
460460
</Reference>
461461
<Reference Include="Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
462-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.dll</HintPath>
462+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.1.12.0-preview\lib\net452\Microsoft.Azure.Management.Sql.dll</HintPath>
463463
<Private>True</Private>
464464
</Reference>
465465
<Reference Include="Microsoft.Azure.Management.Storage">

0 commit comments

Comments
 (0)