forked from IdentityServer/IdentityServer3.Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile error for outdated references
'Client' does not contain a definition for 'AllowAccessTokensViaBrowser' WebHost Updated on this package manager following this order below: PM> Uninstall-Package IdentityServer3.MembershipReboot PM> Uninstall-Package IdentityManager PM> Update-Package IdentityServer3 PM> Install-Package IdentityManager.MembershipReboot -Pre PM> Install-Package BrockAllen.MembershipReboot.Ef -Pre PM> Install-Package IdentityServer3.MembershipReboot -Pre Build success!
- Loading branch information
1 parent
9691187
commit e1ac026
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<activePackageSource> | ||
<add key="All" value="(Aggregate source)" /> | ||
</activePackageSource> | ||
<packageSources> | ||
<add key="Identity* Dev Feed" value="https://www.myget.org/F/identity/" /> | ||
<add key="Nuget" value="https://www.nuget.org/api/v2/" /> | ||
</packageSources> | ||
<activePackageSource> | ||
<add key="All" value="(Aggregate source)" /> | ||
</activePackageSource> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters