Skip to content

Commit

Permalink
Fix for build break. Removing reference to official xunit package.
Browse files Browse the repository at this point in the history
  • Loading branch information
kichalla committed Sep 22, 2015
1 parent 64278c9 commit 4a7da21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="xUnit.net" value="https://www.myget.org/F/xunit/api/v2/" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
4 changes: 2 additions & 2 deletions test/Microsoft.Data.Sqlite.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"dependencies": {
"Microsoft.Data.Sqlite": "1.0.0-*",
"xunit": "2.1.0-*",
"xunit.runner.dnx": "2.1.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.dnx"
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { },
Expand Down

0 comments on commit 4a7da21

Please sign in to comment.