Merge branch 'release' into dev

This commit is contained in:
Pranav K 2015-06-02 16:25:59 -07:00
commit 847894f317
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "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": { "frameworks": {
"dnx451": { "dnx451": {

View File

@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "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": { "frameworks": {
"dnx451": { "dnx451": {