Updating to RTM builds of xunit and Moq

This commit is contained in:
Pranav K 2016-07-05 21:32:19 -07:00
parent f742566f3f
commit 21e097b9e7
2 changed files with 7 additions and 21 deletions

View File

@ -1,12 +1,13 @@
{
"version": "1.1.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"CorsMiddlewareWebSite": "1.0.0-*",
"Microsoft.AspNetCore.Cors": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"xunit": "2.1.0"
"Moq": "4.6.25-*",
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -16,19 +17,10 @@
"version": "1.0.0-*",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
"imports": "dotnet5.4"
},
"net451": {
"dependencies": {
"Moq": "4.2.1312.1622"
}
}
"net451": {}
}
}

View File

@ -15,10 +15,7 @@
"version": "1.0.0-*",
"type": "platform"
}
},
"imports": [
"dnxcore50"
]
}
}
},
"publishOptions": {
@ -27,10 +24,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"