Skip to content

Commit 974b343

Browse files
committed
Fix Recovery services reference path
1 parent 22e2e3c commit 974b343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</Reference>
7676
<Reference Include="Microsoft.Rest.ClientRuntime">
7777
<SpecificVersion>False</SpecificVersion>
78-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.1.4.1\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
78+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.1.4.1\lib\portable-net45+win8+wpa81\Microsoft.Rest.ClientRuntime.dll</HintPath>
7979
<Private>True</Private>
8080
</Reference>
8181
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication">

src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<Private>True</Private>
6565
</Reference>
6666
<Reference Include="Microsoft.Rest.ClientRuntime">
67-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.1.4.1\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
67+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.1.4.1\lib\portable-net45+win8+wpa81\Microsoft.Rest.ClientRuntime.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication">

0 commit comments

Comments
 (0)