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

Commit 0362142

Browse files
committed
Remove dependency and wildcard tool.
1 parent 5b31ef2 commit 0362142

File tree

1 file changed

+2
-3
lines changed
  • samples/VS2015/SpecFlow 2.1.0/net461/Sample.Website.Tests

1 file changed

+2
-3
lines changed

samples/VS2015/SpecFlow 2.1.0/net461/Sample.Website.Tests/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
"Sample.Website": "1.0.0-*",
1212
"SpecFlow": "2.1.0",
1313
"xunit": "2.2.0-beta2-build3300",
14-
"dotnet-test-xunit": "2.2.0-*",
15-
"SpecFlow.NetCore": "1.0.0-rc3"
14+
"dotnet-test-xunit": "2.2.0-*"
1615
},
1716

1817
"tools": {
19-
"SpecFlow.NetCore": "1.0.0-rc3"
18+
"SpecFlow.NetCore": "1.0.0-*"
2019
},
2120

2221
"testRunner": "xunit",

0 commit comments

Comments
 (0)