* Changing IdentityModel package versions to beta5

* Updating NuGet.config to pick up packages from AzureAD feed.
This commit is contained in:
Pranav K 2015-06-02 12:17:22 -07:00
parent 36b82b043d
commit 0b214a0e77
3 changed files with 3 additions and 2 deletions

View File

@ -4,5 +4,6 @@
<clear />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
<add key="AzureAD" value="http://www.myget.org/F/azureadwebstackrelease"/>
</packageSources>
</configuration>

View File

@ -4,7 +4,7 @@
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta4-*"
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta5-*"
},
"frameworks": {
"dnx451": {

View File

@ -4,7 +4,7 @@
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta4-*"
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta5-*"
},
"frameworks": {
"dnx451": {