Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 3823bdb

Browse files
committed
Update dependencies
1 parent a7c3b1e commit 3823bdb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Samples/Sample.Server.WebAuthenticator/Sample.Server.WebAuthenticator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="AspNet.Security.OAuth.Apple" Version="3.1.8" />
9+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
910
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.2" />
1011
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.2" />
1112
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.2" />

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
1717
<PackageReference Include="xunit" Version="2.4.1" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)