Skip to content

Commit 16b56de

Browse files
chore(deps): bump Google.Apis.Auth in /FirebaseAdmin
Bumps [Google.Apis.Auth](https://github.com/googleapis/google-api-dotnet-client) from 1.67.0 to 1.68.0. - [Release notes](https://github.com/googleapis/google-api-dotnet-client/releases) - [Commits](googleapis/google-api-dotnet-client@v1.67.0...v1.68.0) --- updated-dependencies: - dependency-name: Google.Apis.Auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c65d677 commit 16b56de

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFrameworks>net462;net6.0</TargetFrameworks>
5-
<IsPackable>false</IsPackable>
6-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7-
<CodeAnalysisRuleSet>../../stylecop_test.ruleset</CodeAnalysisRuleSet>
8-
</PropertyGroup>
9-
10-
<ItemGroup>
11-
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
14-
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
15-
<PackageReference Include="System.Text.Json" Version="8.0.3" />
16-
<PackageReference Include=" System.Security.Cryptography.Xml" Version="8.0.0" />
17-
<PackageReference Include="System.Net.Http" Version="4.3.4" />
18-
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
19-
</ItemGroup>
20-
21-
<ItemGroup>
22-
<ProjectReference Include="..\FirebaseAdmin\FirebaseAdmin.csproj" />
23-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
24-
<PrivateAssets>all</PrivateAssets>
25-
</PackageReference>
26-
</ItemGroup>
27-
28-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net462;net6.0</TargetFrameworks>
5+
<IsPackable>false</IsPackable>
6+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7+
<CodeAnalysisRuleSet>../../stylecop_test.ruleset</CodeAnalysisRuleSet>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
15+
<PackageReference Include="System.Text.Json" Version="8.0.3" />
16+
<PackageReference Include=" System.Security.Cryptography.Xml" Version="8.0.0" />
17+
<PackageReference Include="System.Net.Http" Version="4.3.4" />
18+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
19+
</ItemGroup>
20+
21+
<ItemGroup>
22+
<ProjectReference Include="..\FirebaseAdmin\FirebaseAdmin.csproj" />
23+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
24+
<PrivateAssets>all</PrivateAssets>
25+
</PackageReference>
26+
</ItemGroup>
27+
28+
</Project>

FirebaseAdmin/FirebaseAdmin.Tests/FirebaseAdmin.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
18+
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2020
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
2121
<PackageReference Include="xunit" Version="2.7.0" />

FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ItemGroup>
3232
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
3333
<PackageReference Include="Google.Api.Gax.Rest" Version="4.8.0" />
34-
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
34+
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
3535
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
3636
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
3737
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)