Skip to content

Commit

Permalink
Make SpecFlow project template consistent with other templates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrafung committed Jun 2, 2021
1 parent 571ea0d commit f4d39c5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions projectTemplates/SpecFlowProject/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,40 @@
"replaces": "$target$",
"choices": [
{
"choice": "netcoreapp2.1",
"description": ".NET Core 2.1"
"choice": "net5.0",
"description": "net5.0"
},
{
"choice": "netcoreapp3.1",
"description": ".NET Core 3.1"
"description": "netcoreapp3.1"
},
{
"choice": "net5.0",
"description": ".NET 5.0"
"choice": "netcoreapp2.1",
"description": "netcoreapp2.1"
},
{
"choice": "net461",
"description": ".NET Framework 4.6.1"
"choice": "net48",
"description": ".Net Framework v4.8"
},
{
"choice": "net462",
"description": ".NET Framework 4.6.2"
"choice": "net472",
"description": ".Net Framework v4.7.2"
},
{
"choice": "net47",
"description": ".NET Framework 4.7"
"choice": "net471",
"description": ".Net Framework v4.7.1"
},
{
"choice": "net471",
"description": ".NET Framework 4.7.1"
"choice": "net47",
"description": ".Net Framework v4.7"
},
{
"choice": "net472",
"description": ".NET Framework 4.7.2"
"choice": "net462",
"description": ".Net Framework v4.6.2"
},
{
"choice": "net48",
"description": ".NET Framework 4.8"
"choice": "net461",
"description": ".Net Framework v4.6.1"
}
]
},
Expand All @@ -66,14 +66,14 @@
"choice": "specflowplusrunner",
"description": "SpecFlow+ Runner"
},
{
"choice": "xunit",
"description": "xUnit"
},
{
"choice": "nunit",
"description": "NUnit"
},
{
"choice": "xunit",
"description": "xUnit"
},
{
"choice": "mstest",
"description": "MSTest"
Expand Down

0 comments on commit f4d39c5

Please sign in to comment.