Skip to content

Commit ac641f7

Browse files
committed
Roll back some project which doesn't need to upgrade to xscl6.0
1 parent bdadde4 commit ac641f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Commands.RemoteApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
<Reference Include="Microsoft.WindowsAzure.Management.Storage">
131131
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Storage.5.1.1\lib\net40\Microsoft.WindowsAzure.Management.Storage.dll</HintPath>
132132
</Reference>
133-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
133+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
134134
<SpecificVersion>False</SpecificVersion>
135-
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
135+
<HintPath>..\..\..\packages\WindowsAzure.Storage.5.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
136136
</Reference>
137137
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
138138
<SpecificVersion>False</SpecificVersion>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
<package id="Microsoft.WindowsAzure.Management.Storage" version="5.1.1" targetFramework="net45" />
2424
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2525
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />
26-
<package id="WindowsAzure.Storage" version="6.0.0" targetFramework="net45" />
26+
<package id="WindowsAzure.Storage" version="5.0.0" targetFramework="net45" />
2727
</packages>

tools/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
$scriptFolder = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
1616
. ($scriptFolder + '.\SetupEnv.ps1')
1717

18-
msbuild "$env:AzurePSRoot\build.proj" /t:Full
18+
msbuild "$env:AzurePSRoot\build.proj" /t:Build

0 commit comments

Comments
 (0)