removed the -* from version numbers in xunit and nunit templates
This commit is contained in:
parent
06d7a84c08
commit
09d37fe3ec
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.0.0",
|
||||
|
||||
"dependencies": {
|
||||
"NUnit": "3.4.1",
|
||||
"dotnet-test-nunit": "3.4.0-beta-1"
|
||||
},
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.0.0",
|
||||
"buildOptions": {
|
||||
"debugType": "portable"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue