From 21616bcde53e4aa64c38151240c073a7c0e3cb16 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 4 May 2014 11:28:12 -0700 Subject: [PATCH] Fixed up xunit references and fixed sample. --- samples/SelfHostServer/Startup.cs | 1 + test/Microsoft.AspNet.Security.Windows.Test/project.json | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/samples/SelfHostServer/Startup.cs b/samples/SelfHostServer/Startup.cs index 04097dccec..ed6028e5bc 100644 --- a/samples/SelfHostServer/Startup.cs +++ b/samples/SelfHostServer/Startup.cs @@ -15,6 +15,7 @@ // See the Apache 2 License for the specific language governing // permissions and limitations under the License. +using Microsoft.AspNet; using Microsoft.AspNet.Abstractions; using Microsoft.AspNet.Server.WebListener; using Microsoft.Net.Server; diff --git a/test/Microsoft.AspNet.Security.Windows.Test/project.json b/test/Microsoft.AspNet.Security.Windows.Test/project.json index ecbdca9ad7..f1c9866edb 100644 --- a/test/Microsoft.AspNet.Security.Windows.Test/project.json +++ b/test/Microsoft.AspNet.Security.Windows.Test/project.json @@ -2,13 +2,15 @@ "version" : "0.1-alpha-*", "dependencies": { "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": { "net45": { "dependencies": { - "XUnit": "1.9.2", - "XUnit.Extensions": "1.9.2", "System.Net.Http": "", "System.Net.Http.WebRequest": "" }