dotnet-installer/src/Microsoft.DotNet.Runtime
Sridhar Periyasamy 2ebb28819e Enable running tests for CentOS
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.
2016-01-05 18:11:38 -08:00
..
Microsoft.DotNet.Runtime.xproj clean up the SLN and projects 2015-11-18 12:05:13 -08:00
Program.cs Upgrade references to use NETStandard.Library, or up to rc2-23608 where applicable 2015-12-09 14:52:56 -08:00
project.json Enable running tests for CentOS 2016-01-05 18:11:38 -08:00
README.md restructure the output layout 2015-11-16 09:44:00 -08:00

Microsoft.DotNet.Runtime

This is a utility project that brings the CoreCLR down and lets us publish it as though it were an app. Do NOT add any C# code to it! It is not designed to actually be compiled as an assembly, it's just used for its dependencies.