2ebb28819e
CentOS tests were blocked due to issue https://github.com/dotnet/corefx/issues/5066. It has been fixed with the latest NetStandardLibrary, hence upgrading from 1.0.0-rc2-23616 to 1.0.0-rc2-23704. With this fix the native shims are correctly restored by dnx for RID centos.7-x64.
20 lines
446 B
JSON
20 lines
446 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc2-23704",
|
|
"Microsoft.NETCore.TestHost" : "1.0.0-*",
|
|
|
|
"xunit": "2.1.0",
|
|
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
|
"xunit.runner.utility": "2.1.0",
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
}
|
|
}
|