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 #124 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 authored Aug 12, 2016
2 parents c5523d4 + ced079d commit 7774f67
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,31 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="CloudFoundry.CloudController.Common">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.CloudController.Common.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.CloudController.Common.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.CloudController.V2.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.CloudController.V2.Client.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\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">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.CloudController.V3.Client.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.CloudController.V3.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Loggregator.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.Loggregator.Client.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.Loggregator.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Loggregator.Client.Fakes">
<HintPath>FakesAssemblies\CloudFoundry.Loggregator.Client.Fakes.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Manifests">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.Manifests.XML\CloudFoundry.Manifests.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\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">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.UAA.Client.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.UAA.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Framework" />
Expand Down Expand Up @@ -99,7 +99,7 @@
<HintPath>..\..\packages\WebSocket4Net.0.12\lib\net45\WebSocket4Net.dll</HintPath>
</Reference>
<Reference Include="WebSocket4Net.ProxyUtilities">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\WebSocket4Net.ProxyUtilities.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\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.3.0.37" targetFramework="net45" />
<package id="cf-dotnet-sdk" version="1.3.0.38" 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
14 changes: 7 additions & 7 deletions src/CloudFoundry.Build.Tasks/CloudFoundry.Build.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="CloudFoundry.CloudController.Common">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.CloudController.Common.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.CloudController.Common.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.CloudController.V2.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.CloudController.V2.Client.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.CloudController.V2.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.CloudController.V3.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.CloudController.V3.Client.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.CloudController.V3.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Loggregator.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.Loggregator.Client.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.Loggregator.Client.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.Manifests">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.Manifests.XML\CloudFoundry.Manifests.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.Manifests.XML\CloudFoundry.Manifests.dll</HintPath>
</Reference>
<Reference Include="CloudFoundry.UAA.Client">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\CloudFoundry.UAA.Client.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\lib\Net45\CloudFoundry.UAA.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
Expand Down Expand Up @@ -97,7 +97,7 @@
<Private>True</Private>
</Reference>
<Reference Include="WebSocket4Net.ProxyUtilities">
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.37\lib\Net45\WebSocket4Net.ProxyUtilities.dll</HintPath>
<HintPath>..\..\packages\cf-dotnet-sdk.1.3.0.38\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.3.0.37" targetFramework="net45" />
<package id="cf-dotnet-sdk" version="1.3.0.38" 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 7774f67

Please sign in to comment.