Bump version to 4.0.0-*
This commit is contained in:
parent
682c2fd007
commit
c0fe1428b2
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.1-alpha-*",
|
||||
"version": "4.0.0-*",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.0.0",
|
||||
"System.Diagnostics.Debug": "4.0.10.0",
|
||||
|
|
|
|||
|
|
@ -1,15 +1,10 @@
|
|||
{
|
||||
"version": "0.1-alpha-*",
|
||||
"resources": "TestFiles/**/*",
|
||||
"dependencies": {
|
||||
"Moq": "4.2.1312.1622",
|
||||
"Microsoft.AspNet.Razor": "",
|
||||
"Microsoft.AspNet.Testing": "0.1-alpha-*",
|
||||
"xunit.abstractions": "2.0.0-aspnet-*",
|
||||
"xunit.assert": "2.0.0-aspnet-*",
|
||||
"xunit.core": "2.0.0-aspnet-*",
|
||||
"xunit.execution": "2.0.0-aspnet-*",
|
||||
"Xunit.KRunner": "0.1-alpha-*"
|
||||
"Microsoft.AspNet.Testing": "1.0.0-*",
|
||||
"Xunit.KRunner": "1.0.0-*"
|
||||
},
|
||||
"commands": {
|
||||
"test": "Xunit.KRunner"
|
||||
|
|
|
|||
Loading…
Reference in New Issue