#242 Remove diagnostics sample dependency.

This commit is contained in:
Chris R 2015-05-05 09:52:15 -07:00
parent 6e7ec9b2fb
commit f864244124
2 changed files with 0 additions and 3 deletions

View File

@ -37,8 +37,6 @@ namespace CookieSample
{
loggerfactory.AddConsole(LogLevel.Information);
app.UseErrorPage();
app.UseCookieAuthentication(options =>
{
options.AutomaticAuthentication = true;

View File

@ -6,7 +6,6 @@
"Microsoft.AspNet.Authentication.MicrosoftAccount": "1.0.0-*",
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.Framework.Logging.Console": "1.0.0-*",