Up imports to net451.

This commit is contained in:
N. Taylor Mullen 2016-02-01 15:50:28 -08:00
parent ffa63cb71f
commit 4418a5527d
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
}
},
"dnxcore50": {
"imports": "portable-net45+win8",
"imports": "portable-net451+win8",
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {

View File

@ -28,7 +28,7 @@
}
},
"dnxcore50": {
"imports": "portable-net45+win8",
"imports": "portable-net451+win8",
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*"