Skip to content

Commit 6010e55

Browse files
Use AspNet.Security.OAuth prereleases
Use .NET 10 builds of AspNet.Security.OAuth.GitHub package.
1 parent 2638b51 commit 6010e55

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NuGet.config

+4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
<configuration>
33
<packageSources>
44
<clear />
5+
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
56
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
67
</packageSources>
78
<packageSourceMapping>
9+
<packageSource key="aspnet-contrib">
10+
<package pattern="AspNet.Security.OAuth.GitHub" />
11+
</packageSource>
812
<packageSource key="NuGet">
913
<package pattern="*" />
1014
</packageSource>

src/TodoApp/TodoApp.csproj

+1-1
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="9.0.0" />
13+
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="10.0.0-preview.1.25127.64" />
1414
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0-preview.1.25120.3" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-preview.1.25081.1" />
1616
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.7.3" PrivateAssets="all" />

0 commit comments

Comments
 (0)