Index: Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj |
=================================================================== |
--- a/Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj |
+++ b/Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj |
@@ -40,6 +40,18 @@ |
<Reference Include="DotNetOpenAuth"> |
<HintPath>..\..\ThirdParty\DotNetOpenAuth.dll</HintPath> |
</Reference> |
+ <Reference Include="Microsoft.Threading.Tasks"> |
+ <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
+ <Private>True</Private> |
+ </Reference> |
+ <Reference Include="Microsoft.Threading.Tasks.Extensions"> |
+ <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
+ <Private>True</Private> |
+ </Reference> |
+ <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop"> |
+ <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath> |
+ <Private>True</Private> |
+ </Reference> |
<Reference Include="Newtonsoft.Json"> |
<HintPath>..\..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.dll</HintPath> |
</Reference> |
@@ -87,7 +99,7 @@ |
</ItemGroup> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(SolutionDir)\.nuget\nuget.targets" /> |
- <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.7\tools\Microsoft.Bcl.Build.targets" /> |
+ <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl.Build.targets" /> |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
Other similar extension points exist, see Microsoft.Common.targets. |
<Target Name="BeforeBuild"> |