Skip to content

Commit 3ec854b

Browse files
authored
Merge pull request #239 from Aguafrommars/fix/dependencies
update packages
2 parents d39f91d + 4d99663 commit 3ec854b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/Firestore.IdentitySample.Mvc/Firestore.IdentitySample.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Aguacongas.Identity.Firestore" Version="3.3.2" />
20-
<PackageReference Include="Azure.Identity" Version="1.17.0" />
20+
<PackageReference Include="Azure.Identity" Version="1.17.1" />
2121
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="10.0.0" />
2222
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0" />
2323
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="10.0.0" />

samples/RealtimeDatabase.IdentitySample.Mvc/RealTimeDatabase.IdentitySample.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Aguacongas.Identity.Firebase" Version="3.3.2" />
20-
<PackageReference Include="Azure.Identity" Version="1.17.0" />
20+
<PackageReference Include="Azure.Identity" Version="1.17.1" />
2121
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="10.0.0" />
2222
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0" />
2323
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="10.0.0" />

src/Aguacongas.Firebase.Authentication/Aguacongas.Firebase.Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Google.Apis.Auth" Version="1.72.0" />
24+
<PackageReference Include="Google.Apis.Auth" Version="1.73.0" />
2525
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
2626
<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.0" />
2727
<PackageReference Include="System.Text.Encodings.Web" Version="10.0.0" />

0 commit comments

Comments
 (0)