프로그래밍/.net core
[Centos7] .net core 2.0 설치.
ngcbbs
2018. 6. 5. 18:02
centos7부터 .net core 가 공식 지원되는 모양이다.. 아래와 같이 공식적으로 지원하는 .net core 2.0을 설치 할 수 있다. (매우 느림.. 암튼 느림..)
.NET Core 2.0
Install it:
yum install centos-release-dotnet yum install rh-dotnet20
Then, to use it:
scl enable rh-dotnet20 bash dotnet --info
출처: https://forums.dotnetfoundation.org/t/how-and-what-do-i-need-to-install-net-on-centos-7/1112