aspnetrc1 - Microsoft.AspNet.Authentication.Facebook 1.0.0-rc1-final
ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.
PM> Install-Package Microsoft.AspNet.Authentication.Facebook -Version 1.0.0-rc1-final -Source https://www.myget.org/F/aspnetrc1/api/v3/index.json
> nuget.exe install Microsoft.AspNet.Authentication.Facebook -Version 1.0.0-rc1-final -Source https://www.myget.org/F/aspnetrc1/api/v3/index.json
> dotnet add package Microsoft.AspNet.Authentication.Facebook --version 1.0.0-rc1-final --source https://www.myget.org/F/aspnetrc1/api/v3/index.json
<PackageReference Include="Microsoft.AspNet.Authentication.Facebook" Version="1.0.0-rc1-final" />
Copy to clipboard
source https://www.myget.org/F/aspnetrc1/api/v3/index.json
nuget Microsoft.AspNet.Authentication.Facebook ~> 1.0.0-rc1-final
Copy to clipboard
> choco install Microsoft.AspNet.Authentication.Facebook --version 1.0.0-rc1-final --source https://www.myget.org/F/aspnetrc1/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "aspnetrc1" -SourceLocation "https://www.myget.org/F/aspnetrc1/api/v2"
Install-Module -Name "Microsoft.AspNet.Authentication.Facebook" -RequiredVersion "1.0.0-rc1-final" -Repository "aspnetrc1" -AllowPreRelease
Copy to clipboard
OwnersDaniel Roth |
AuthorsMicrosoft |
Project URLhttp://www.asp.net/ |
LicenseMS-EULA |
Info20 total downloads |
| 20 downloads for version 1.0.0-rc1-final |
| Download (30.81 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.0-rc1-final | 30.81 KB | Tue, 17 Nov 2015 01:30:58 GMT | 20 |
|