Skip to content

Commit

Permalink
Bump AspNet.Security.OAuth.Apple
Browse files Browse the repository at this point in the history
Update to .NET 9 version of AspNet.Security.OAuth.Apple.
  • Loading branch information
martincostello committed Mar 12, 2024
1 parent 92e97ef commit 2833a3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<configuration>
<packageSources>
<clear />
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="aspnet-contrib">
<package pattern="AspNet.Security.OAuth.Apple" />
</packageSource>
<packageSource key="NuGet">
<package pattern="*" />
</packageSource>
Expand Down
2 changes: 1 addition & 1 deletion src/SignInWithApple/SignInWithApple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<VersionPrefix>4.0.0</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.Apple" Version="8.0.0" />
<PackageReference Include="AspNet.Security.OAuth.Apple" Version="9.0.0-preview.1.24129.76" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.1" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="9.0.0-preview.1.24081.5" />
Expand Down

0 comments on commit 2833a3a

Please sign in to comment.