Skip to content

Commit 9564f8a

Browse files
Use stable AspNet.Security.OAuth.GitHub
Revert to stable version of AspNet.Security.OAuth.GitHub.
1 parent 730af85 commit 9564f8a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
65
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
76
</packageSources>
87
<packageSourceMapping>
9-
<packageSource key="aspnet-contrib">
10-
<package pattern="AspNet.Security.OAuth.GitHub" />
11-
</packageSource>
128
<packageSource key="NuGet">
139
<package pattern="*" />
1410
</packageSource>

src/TodoApp/TodoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<UserSecretsId>TodoApp</UserSecretsId>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="10.0.0-rc.2.25514.81" />
13+
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="9.4.1" />
1414
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0-rc.2.25502.107" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-rc.2.25502.107" />
1616
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.9.3" PrivateAssets="all" />

0 commit comments

Comments
 (0)