Skip to content

Commit 67557a4

Browse files
committed
Merge branch 'dev' of https://github.com/relmer/azure-powershell into dev
2 parents 46b8c9c + b5d2574 commit 67557a4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@
232232
<Project>{c60342b1-47d3-4a0e-8081-9b97ce60b7af}</Project>
233233
<Name>Commands.Profile</Name>
234234
</ProjectReference>
235+
<ProjectReference Include="..\..\..\ServiceManagement\RemoteApp\Commands.RemoteApp\Commands.RemoteApp.csproj">
236+
<Project>{492d2af2-950b-4f2e-8079-8794305313fd}</Project>
237+
<Name>Commands.RemoteApp</Name>
238+
</ProjectReference>
235239
<ProjectReference Include="..\..\..\ServiceManagement\StorSimple\Commands.StorSimple\Commands.StorSimple.csproj">
236240
<Project>{11524d98-6c40-4091-a8e1-86463fee607c}</Project>
237241
<Name>Commands.StorSimple</Name>

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Tests/Commands.RemoteApp.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@
110110
<!--<Reference Include="Microsoft.WindowsAzure.Common">
111111
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.0\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath>
112112
</Reference>-->
113-
<Reference Include="Moq">
114-
<SpecificVersion>False</SpecificVersion>
115-
<HintPath>..\..\..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll</HintPath>
113+
<Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
114+
<HintPath>..\..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
115+
<SpecificVersion>False</SpecificVersion>
116116
</Reference>
117117
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
118118
<SpecificVersion>False</SpecificVersion>

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
99
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
1010
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />
11-
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />
11+
<package id="Moq" version="4.2.1402.2112" targetFramework="net45" />
1212
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
1313
</packages>

0 commit comments

Comments
 (0)