Switching to generations TFMs

This commit is contained in:
Pranav K 2015-10-22 00:33:47 -07:00
parent 0eaec216b1
commit 5566433686
9 changed files with 184 additions and 181 deletions

View File

@ -1,20 +1,20 @@
{
"version": "1.0.0-*",
"description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"Newtonsoft.Json": "6.0.6"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
"version": "1.0.0-*",
"description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"Newtonsoft.Json": "6.0.6"
},
"frameworks": {
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -1,19 +1,19 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*",
"Newtonsoft.Json": "6.0.6"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*",
"Newtonsoft.Json": "6.0.6"
},
"frameworks": {
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -1,18 +1,18 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}
"version": "1.0.0-*",
"description": "ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -1,18 +1,18 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -1,27 +1,27 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Newtonsoft.Json": "6.0.6"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Newtonsoft.Json": "6.0.6"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dnxcore50": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
}
}
"dotnet5.4": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
}
}
}
}
}

View File

@ -1,26 +1,26 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dnxcore50": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
}
}
"dotnet5.4": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
}
}
}
}
}

View File

@ -1,32 +1,35 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 common types used by the various authentication middleware.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
"version": "1.0.0-*",
"description": "ASP.NET 5 common types used by the various authentication middleware.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.SecurityHelper.Sources": {
"type": "build",
"version": "1.0.0-*"
},
"compilationOptions": {
"warningsAsErrors": true
"Microsoft.Extensions.OptionsModel": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.SecurityHelper.Sources": { "type": "build", "version": "1.0.0-*" },
"Microsoft.Extensions.OptionsModel": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dnxcore50": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
}
}
"dotnet5.4": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
}
}
}
}
}

View File

@ -1,20 +1,20 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 authorization classes.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.OptionsModel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}
"version": "1.0.0-*",
"description": "ASP.NET 5 authorization classes.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.OptionsModel": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -1,18 +1,18 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 cookie policy classes.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}
"version": "1.0.0-*",
"description": "ASP.NET 5 cookie policy classes.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {}
}
}