Skip to content

Commit

Permalink
Reference ServiceRuntime via the SDK instead of a nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDavies committed May 28, 2014
1 parent 064ffc1 commit 3e3ce04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions AzureWebFarm/AzureWebFarm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@
<Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Unofficial.Microsoft.WindowsAzure.ServiceRuntime.2.3.0.0\lib\net40\Microsoft.WindowsAzure.ServiceRuntime.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\WindowsAzure.Storage.4.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
Expand Down
1 change: 0 additions & 1 deletion AzureWebFarm/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.3" targetFramework="net40" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net40" />
<package id="System.Spatial" version="5.6.0" targetFramework="net40" />
<package id="Unofficial.Microsoft.WindowsAzure.ServiceRuntime" version="2.3.0.0" targetFramework="net40" />
<package id="WindowsAzure.Storage" version="4.0.0" targetFramework="net40" />
<package id="WindowsAzure.Storage.Services" version="0.1.6-alpha" targetFramework="net40" />
</packages>

0 comments on commit 3e3ce04

Please sign in to comment.