Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #119 from cloudfoundry-incubator/bump-cf-dotnet-sdk
Browse files Browse the repository at this point in the history
Bump nuget package cf-dotnet-sdk to latest version.
  • Loading branch information
mihaibuzgau committed Jun 9, 2016
2 parents cfdf0c7 + 284a17f commit 2fba9aa
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,42 +37,35 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CloudFoundry.CloudController.Common, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.CloudController.Common.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.CloudController.Common">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.CloudController.Common.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.CloudController.V2.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.CloudController.V2.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.CloudController.V2.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.CloudController.V2.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.CloudController.V2.Client.Fakes">
<HintPath>FakesAssemblies\CloudFoundry.CloudController.V2.Client.Fakes.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.CloudController.V3.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.CloudController.V3.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.CloudController.V3.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.CloudController.V3.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Loggregator.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.Loggregator.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.Loggregator.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.Loggregator.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Logyard.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.Logyard.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.Logyard.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.Logyard.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Logyard.Client.Fakes">
<HintPath>FakesAssemblies\CloudFoundry.Logyard.Client.Fakes.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Manifests, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.Manifests.XML\CloudFoundry.Manifests.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.Manifests">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.Manifests.XML\CloudFoundry.Manifests.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Manifests.Fakes">
<HintPath>FakesAssemblies\CloudFoundry.Manifests.Fakes.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.UAA.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.UAA.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.UAA.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.UAA.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Framework" />
Expand Down Expand Up @@ -105,9 +98,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\WebSocket4Net.0.12\lib\net45\WebSocket4Net.dll</HintPath>
</Reference>
<Reference Include="WebSocket4Net.ProxyUtilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\WebSocket4Net.ProxyUtilities.dll</HintPath>
<Private>True</Private>
<Reference Include="WebSocket4Net.ProxyUtilities">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\WebSocket4Net.ProxyUtilities.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/CloudFoundry.Build.Tasks.Test/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cf-dotnet-sdk" version="1.4.0.306-alpha" targetFramework="net45" />
<package id="cf-dotnet-sdk" version="1.3.0.32" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
Expand Down
40 changes: 16 additions & 24 deletions src/CloudFoundry.Build.Tasks/CloudFoundry.Build.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,33 +39,26 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CloudFoundry.CloudController.Common, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.CloudController.Common.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.CloudController.Common">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.CloudController.Common.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.CloudController.V2.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.CloudController.V2.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.CloudController.V2.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.CloudController.V2.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.CloudController.V3.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.CloudController.V3.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.CloudController.V3.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.CloudController.V3.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Loggregator.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.Loggregator.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.Loggregator.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.Loggregator.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Logyard.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.Logyard.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.Logyard.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.Logyard.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Manifests, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.Manifests.XML\CloudFoundry.Manifests.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.Manifests">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.Manifests.XML\CloudFoundry.Manifests.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.UAA.Client, Version=1.4.0.306, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\CloudFoundry.UAA.Client.dll</HintPath>
<Private>True</Private>
<Reference Include="CloudFoundry.UAA.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\CloudFoundry.UAA.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
Expand Down Expand Up @@ -106,9 +99,8 @@
<HintPath>..\..\packages\WebSocket4Net.0.12\lib\net45\WebSocket4Net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WebSocket4Net.ProxyUtilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\cf-dotnet-sdk.1.4.0.306-alpha\lib\Net45\WebSocket4Net.ProxyUtilities.dll</HintPath>
<Private>True</Private>
<Reference Include="WebSocket4Net.ProxyUtilities">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.32\lib\Net45\WebSocket4Net.ProxyUtilities.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\YamlDotNet.3.6.0\lib\net35\YamlDotNet.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/CloudFoundry.Build.Tasks/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cf-dotnet-sdk" version="1.4.0.306-alpha" targetFramework="net45" />
<package id="cf-dotnet-sdk" version="1.3.0.32" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
Expand Down

0 comments on commit 2fba9aa

Please sign in to comment.