3619b7d767
Update Microsoft.Extensions.DependencyModel to 1.0.1-beta-000933 Update Microsoft.DotNet.PlatformAbstraction to 1.0.1-beta-000933 Update NuGet to 3.6.0-beta.1.msbuild.4 Update dotnet-test-xunit to 1.0.0-rc2-350904-49
26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
|
|
"xunit": "2.2.0-beta3-build3330"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dotnet",
|
|
"portable-dnxcore50+net45+win8+wp8+wpa81",
|
|
"portable-net45+win8"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0"
|
|
},
|
|
"System.Linq.Expressions": "4.1.0",
|
|
"System.Runtime.Serialization.Primitives": "4.1.1"
|
|
}
|
|
},
|
|
"net451": {}
|
|
},
|
|
"testRunner": "xunit"
|
|
}
|