diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-19 16:04:02 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-19 16:04:02 -0700 |
commit | dab0acee2544e23f36b84b443af0d160adb4bc49 (patch) | |
tree | 09973723bdd9433cd639840f1ea14cbad4641e68 /samples/OAuthClient | |
parent | 5364f523ba4ca559b56ed5db768007f8412bd266 (diff) | |
download | DotNetOpenAuth-dab0acee2544e23f36b84b443af0d160adb4bc49.zip DotNetOpenAuth-dab0acee2544e23f36b84b443af0d160adb4bc49.tar.gz DotNetOpenAuth-dab0acee2544e23f36b84b443af0d160adb4bc49.tar.bz2 |
Updates NuGet packages.
Diffstat (limited to 'samples/OAuthClient')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 16 | ||||
-rw-r--r-- | samples/OAuthClient/packages.config | 6 |
2 files changed, 18 insertions, 4 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index 1663748..83ff611 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -49,13 +49,20 @@ <DefineConstants>$(DefineConstants);SAMPLESONLY</DefineConstants> </PropertyGroup> <ItemGroup> - <Reference Include="log4net"> - <HintPath>..\..\src\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath> + <Reference Include="log4net, Version=1.2.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\src\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Net.Http" /> + <Reference Include="System.Net.Http.Extensions"> + <HintPath>..\..\src\packages\Microsoft.Net.Http.2.2.15\lib\net45\System.Net.Http.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Net.Http.Primitives"> + <HintPath>..\..\src\packages\Microsoft.Net.Http.2.2.15\lib\net45\System.Net.Http.Primitives.dll</HintPath> + </Reference> <Reference Include="System.Net.Http.WebRequest" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.ServiceModel" /> @@ -232,4 +239,9 @@ </ProjectExtensions> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> + <Import Project="..\..\src\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\src\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" /> + <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> + <Error Condition="!Exists('..\..\src\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" /> + <Error Condition="Exists('..\..\src\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" /> + </Target> </Project>
\ No newline at end of file diff --git a/samples/OAuthClient/packages.config b/samples/OAuthClient/packages.config index 8e40260..ea83ad2 100644 --- a/samples/OAuthClient/packages.config +++ b/samples/OAuthClient/packages.config @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <packages> - <package id="log4net" version="2.0.0" targetFramework="net45" /> - <package id="Microsoft.Net.Http" version="2.0.20710.0" targetFramework="net45" /> + <package id="log4net" version="2.0.2" targetFramework="net45" /> + <package id="Microsoft.Bcl" version="1.1.3" targetFramework="net45" /> + <package id="Microsoft.Bcl.Build" version="1.0.10" targetFramework="net45" /> + <package id="Microsoft.Net.Http" version="2.2.15" targetFramework="net45" /> </packages>
\ No newline at end of file |