반응형
- 솔루션 탐색기 > 프로젝트 이름(BuildPatchChange) 더블 클릭
- 솔루션 탐색기 > 프로젝트 이름(BuildPatchChange) 우클릭 > 프로젝트 파일 편집

- 입력
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>../bin/BuildPathChange/</OutputPath>
</PropertyGroup>

- Release로 빌드하여 결과 확인


- net8.0 폴더 제거 입력
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>

- Release로 빌드하여 결과 확인

반응형
'C#' 카테고리의 다른 글
C# 윈폼(Windows Forms) 웹(Blazor + Ant Design) 메뉴 예쁘게 만들기 (0) | 2024.02.08 |
---|---|
C# 특정 폴더내에서 xlsx 확장자를 가진 파일 모두 찾기(GetFiles) (0) | 2024.01.09 |
C# 엑셀 파일 불러오기(xls, xlsx) (0) | 2024.01.09 |
C# 초기화 파일 생성 및 불러오기(json) (0) | 2024.01.08 |
C# 간편한 로그 라이브러리(Serilog) (0) | 2024.01.07 |