Updates Google.Apis.Auth dependency from v1.21.0 to 1.46.0.

pull/21616/head
Amanda Tarafa Mas 5 years ago
parent 44a5a308e8
commit bd9cd82621
  1. 4
      src/csharp/Grpc.Auth/Grpc.Auth.csproj

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\Grpc.Core\Common.csproj.include" />
@ -33,7 +33,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Apis.Auth" Version="1.21.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

Loading…
Cancel
Save