Skip to content

Commit eb4ff91

Browse files
Updated to new SDK 1.0.3
1 parent f8048be commit eb4ff91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceManagement/Automation/Commands.Automation/Commands.Automation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</Reference>
9696
<Reference Include="Microsoft.WindowsAzure.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9797
<SpecificVersion>False</SpecificVersion>
98-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Automation.1.0.2\lib\net40\Microsoft.WindowsAzure.Management.Automation.dll</HintPath>
98+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Automation.1.0.3\lib\net40\Microsoft.WindowsAzure.Management.Automation.dll</HintPath>
9999
</Reference>
100100
<Reference Include="Newtonsoft.Json">
101101
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>

src/ServiceManagement/Automation/Commands.Automation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.14.201151115" targetFramework="net45" />
1212
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1313
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
14-
<package id="Microsoft.WindowsAzure.Management.Automation" version="1.0.2" targetFramework="net45" />
14+
<package id="Microsoft.WindowsAzure.Management.Automation" version="1.0.3" targetFramework="net45" />
1515
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
1616
</packages>

0 commit comments

Comments
 (0)