Updating to RTM builds of xunit and Moq

This commit is contained in:
Pranav K 2016-06-30 16:30:46 -07:00
parent cf6e0de480
commit 60a08bcbaf
4 changed files with 15 additions and 52 deletions

View File

@ -17,14 +17,8 @@
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
}
}
},
"net451": {}
}

View File

@ -3,33 +3,24 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Localization": "1.1.0-*",
"Microsoft.AspNetCore.Server.Testing": "0.2.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
}
}
},
"net451": {
"frameworkAssemblies": {
"System.Runtime": ""
}
}
"net451": {}
},
"testRunner": "xunit"
}

View File

@ -3,31 +3,21 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Localization": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"xunit": "2.1.0-*"
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
}
}
},
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
}
"net451": {}
}
}

View File

@ -4,37 +4,25 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.Localization": "1.1.0-*",
"xunit": "2.1.0-*"
"Moq": "4.6.25-*",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"imports": "dotnet5.4",
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Resources.Writer": "4.0.0-*",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
}
},
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"Moq": "4.2.1312.1622"
}
}
"net451": {}
},
"testRunner": "xunit"
}