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

Commit 47b2f5c

Browse files
committed
Tweaks
1 parent 8e75355 commit 47b2f5c

File tree

3 files changed

+63
-61
lines changed

3 files changed

+63
-61
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"version": "1.0.0-*",
3-
"description": "Sample.Website.Tests Class Library",
4-
"authors": [ "stajs" ],
5-
"packOptions": {
6-
"tags": [ "" ],
7-
"projectUrl": "",
8-
"licenseUrl": ""
2+
"version": "1.0.0-*",
3+
"description": "Sample.Website.Tests Class Library",
4+
"authors": [ "stajs" ],
5+
"packOptions": {
6+
"tags": [ "" ],
7+
"projectUrl": "",
8+
"licenseUrl": ""
99

10-
},
10+
},
1111

12-
"frameworks": {
13-
"net461": {}
14-
},
12+
"frameworks": {
13+
"net461": {}
14+
},
1515

16-
"dependencies": {
17-
"Sample.Website": "1.0.0-*",
18-
"SpecFlow": "2.1.0",
19-
"xunit": "2.2.0-beta2-build3300",
20-
"dotnet-test-xunit": "2.2.0-*",
21-
},
16+
"dependencies": {
17+
"Sample.Website": "1.0.0-*",
18+
"SpecFlow": "2.1.0",
19+
"xunit": "2.2.0-beta2-build3300",
20+
"dotnet-test-xunit": "2.2.0-*"
21+
},
2222

23-
"tools": {
24-
"dotnet-specflow": "1.0.0-beta3"
25-
},
23+
"tools": {
24+
"dotnet-specflow": "1.0.0-alpha0"
25+
},
2626

27-
"testRunner": "xunit",
27+
"testRunner": "xunit",
2828

29-
"scripts": {
30-
"precompile": [ "dotnet specflow" ]
31-
}
29+
"scripts": {
30+
"precompile": [ "dotnet specflow" ]
31+
}
3232
}

samples/VS2015/SpecFlow 1.9.0/net461 1.0.0/Sample.Website/project.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@
1010
},
1111

1212
"frameworks": {
13-
"net461": {}
14-
},
13+
"net461": {}
14+
},
1515

16-
"tools": {
17-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
18-
},
16+
"tools": {
17+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
18+
},
1919

20-
"buildOptions": {
21-
"emitEntryPoint": true,
22-
"preserveCompilationContext": true,
23-
"compile": {
24-
"exclude": [
25-
"wwwroot",
26-
"node_modules"
27-
]
28-
}
29-
},
20+
"buildOptions": {
21+
"emitEntryPoint": true,
22+
"preserveCompilationContext": true,
23+
"compile": {
24+
"exclude": [
25+
"wwwroot",
26+
"node_modules"
27+
]
28+
}
29+
},
3030

31-
"runtimeOptions": {
32-
"configProperties": {
33-
"System.GC.Server": true
34-
}
35-
},
31+
"runtimeOptions": {
32+
"configProperties": {
33+
"System.GC.Server": true
34+
}
35+
},
3636

37-
"publishOptions": {
38-
"include": [
39-
"wwwroot",
40-
"Views",
41-
"Areas/**/Views",
42-
"appsettings.json",
43-
"web.config"
44-
],
45-
"exclude": [
46-
"**.user",
47-
"**.vspscc"
48-
]
49-
},
37+
"publishOptions": {
38+
"include": [
39+
"wwwroot",
40+
"Views",
41+
"Areas/**/Views",
42+
"appsettings.json",
43+
"web.config"
44+
],
45+
"exclude": [
46+
"**.user",
47+
"**.vspscc"
48+
]
49+
},
5050

51-
"scripts": {
52-
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
53-
}
51+
"scripts": {
52+
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
53+
}
5454
}

src/SpecFlow.NetCore/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "dotnet-specflow",
23
"version": "1.0.0-alpha0",
34
"description": "Generate tests from SpecFlow feature files inside ASP.NET Core projects (.xproj's).",
45
"authors": [ "stajs" ],
@@ -10,7 +11,8 @@
1011
},
1112

1213
"buildOptions": {
13-
"emitEntryPoint": true
14+
"emitEntryPoint": true,
15+
"outputName": "dotnet-specflow"
1416
},
1517

1618
"dependencies": {

0 commit comments

Comments
 (0)