Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Fixed up xunit references and fixed sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed May 4, 2014
1 parent 5ff7ee9 commit 21616bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions samples/SelfHostServer/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 5 additions & 3 deletions test/Microsoft.AspNet.Security.Windows.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
Expand Down

0 comments on commit 21616bc

Please sign in to comment.