Configure end of line when using git for multi-platform development teams
…줄의 끝을 처리하는 두가지 방법이 제공됩니다. core.eof $ git config –global core.eol native core.eol에 사용할 수 있는 값은 아래와 같습니다. native 기본값, OS의 EOL 처리방법을 사용합니다. crlf CRLF (\r\n Carage…
…줄의 끝을 처리하는 두가지 방법이 제공됩니다. core.eof $ git config –global core.eol native core.eol에 사용할 수 있는 값은 아래와 같습니다. native 기본값, OS의 EOL 처리방법을 사용합니다. crlf CRLF (\r\n Carage…
…├─dotNetFX20 │ ASPNET.msp │ ASPNET_64.msp │ clr.msp │ clr_64.msp │ crt.msp │ crt_64.msp │ dw.msp │ dw_64.msp │ Netfx20a_x64.msi │ Netfx20a_x86.msi │ NetFX_CA.msp │ NetFX_Core.msp │ NetFX_Core_64.msp │ NetFX_Other.msp │…
https://youtu.be/hLFyycJVo0I Want to create great .NET class libraries? Confused about .NET Standard, .NET Core, and .NET Framework? Watch this talk to learn how you can easily support multiple platforms with…
…있으면 선택합니다. .NET 6 가장 최근 출시된 .NET 6 SDK 를 다운로드하고, 설치합니다. Download .NET 6 $ dotnet –verion 6.0.300 $ dotnet –list-sdks 6.0.300 [/usr/local/share/dotnet/sdk] Install .NET MAUI Workload 각…
…컴파일할 때, aspnet_compiler 명령이 사용됩니다. 실행파일은 .Net Framework 2.0, .Net Framework 4.0 설치 디렉터리에 있습니다. %windir%\Microsoft.NET\Framework\v2.0.x\ %windir%\Microsoft.NET\Framework\v4.0.x\ %windir%\Microsoft.NET\Framework64\v2.0.x\ %windir%\Microsoft.NET\Framework64\v4.0.x\ Microsoft (R) ASP.NET Compilation Tool 버전 4.0.30319.33440 ASP.NET 응용 프로그램을 미리…
…버전: 4.0.0.0 Win32 버전: 4.0.30319.34238 built by: FX452RTMGDR 코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll —————————————- System.Windows.Forms 어셈블리 버전: 4.0.0.0 Win32 버전: 4.0.30319.34251 built by: FX452RTMGDR 코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll —————————————- System.Drawing 어셈블리 버전: 4.0.0.0 Win32 버전:…