Azure App Service의 .NET Framework 버전을 확인하는 방법
1983 단어 AzureAzureWebApps.NETFramework쿠두
곧 Azure App Service는 .NET Framework 4.7.2로
Azure App Service에 .Net Framework 4.7.2가 적용 가까이 있습니다.
[.NET Framework 4.7.2 update coming to Azure App Service apps]
htps : // 오즈레. 미 c 로소 ft. 코 m / 그럼 - jp / u p da s / 네 t f 라메를 rk - 4-7 - 2- u p da-ko-min g-와 - 아즈레 - 어 - r r ぃ 세 - 아 ps/
그러나 실제로 적용되었는지 확인할 수 없다면 당연히 업데이트 할 수 없기 때문에,
Kudu를 사용하여 확인해야합니다.
.NET Framework 버전을 확인하는 방법 (powershell)
업데이트 대상 App Service를 선택 → 고급 도구 (Kudu)로 이동
그런 다음 Debug Console → PowerShell을 선택합니다.
Powershell 화면이 나타나면 아래 명령을 입력합니다.
Get-ChildItem "D:\Program Files (x86)\Reference Assemblies\Microsoft\framework\.NETFramework"
↓ 이 경우, 4.7.1까지가 설치되어 있습니다.
.NET Framework 버전을 확인하는 방법 (콘솔)
보다 간단한 방법으로 아래에서도 가능.
dir "D:\Program Files (x86)\Reference Assemblies\Microsoft\framework\.NETFramework"
Reference
이 문제에 관하여(Azure App Service의 .NET Framework 버전을 확인하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/KO_YAmajun/items/4409aaa1b458b22e1a4f
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
업데이트 대상 App Service를 선택 → 고급 도구 (Kudu)로 이동
그런 다음 Debug Console → PowerShell을 선택합니다.
Powershell 화면이 나타나면 아래 명령을 입력합니다.
Get-ChildItem "D:\Program Files (x86)\Reference Assemblies\Microsoft\framework\.NETFramework"
↓ 이 경우, 4.7.1까지가 설치되어 있습니다.
.NET Framework 버전을 확인하는 방법 (콘솔)
보다 간단한 방법으로 아래에서도 가능.
dir "D:\Program Files (x86)\Reference Assemblies\Microsoft\framework\.NETFramework"
Reference
이 문제에 관하여(Azure App Service의 .NET Framework 버전을 확인하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/KO_YAmajun/items/4409aaa1b458b22e1a4f
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
dir "D:\Program Files (x86)\Reference Assemblies\Microsoft\framework\.NETFramework"
Reference
이 문제에 관하여(Azure App Service의 .NET Framework 버전을 확인하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/KO_YAmajun/items/4409aaa1b458b22e1a4f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)