Fixed up xunit references and fixed sample.

This commit is contained in:
David Fowler 2014-05-04 11:28:12 -07:00
parent 5ff7ee9c65
commit 21616bcde5
2 changed files with 6 additions and 3 deletions

View File

@ -15,6 +15,7 @@
// See the Apache 2 License for the specific language governing // See the Apache 2 License for the specific language governing
// permissions and limitations under the License. // permissions and limitations under the License.
using Microsoft.AspNet;
using Microsoft.AspNet.Abstractions; using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Server.WebListener; using Microsoft.AspNet.Server.WebListener;
using Microsoft.Net.Server; using Microsoft.Net.Server;

View File

@ -2,13 +2,15 @@
"version" : "0.1-alpha-*", "version" : "0.1-alpha-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Server.WebListener" : "", "Microsoft.AspNet.Server.WebListener" : "",
"Microsoft.AspNet.Security.Windows" : "" "Microsoft.AspNet.Security.Windows" : "",
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
}, },
"configurations": { "configurations": {
"net45": { "net45": {
"dependencies": { "dependencies": {
"XUnit": "1.9.2",
"XUnit.Extensions": "1.9.2",
"System.Net.Http": "", "System.Net.Http": "",
"System.Net.Http.WebRequest": "" "System.Net.Http.WebRequest": ""
} }