remove ref to OWin & changes to AspNet.OAuth.Server

This commit is contained in:
2016-06-10 01:14:53 +02:00
parent 4b8c5cc984
commit 729e7648ff
26 changed files with 7069 additions and 1423 deletions

View File

@ -4,7 +4,7 @@ using Owin;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
#if OWIN
namespace Yavsc
{
using Microsoft.AspNet.SignalR;
@ -43,3 +43,4 @@ namespace Yavsc
}
}
}
#endif