Skip to content

Commit b83eb66

Browse files
committed
[修改]1. 修改构建目录
1 parent c95502a commit b83eb66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GameFrameX.Foundation.Http.Normalization/GameFrameX.Foundation.Http.Normalization.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
<IncludeSymbols>true</IncludeSymbols>
3131
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3232
</PropertyGroup>
33-
33+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
34+
<OutputPath>..\bin\app</OutputPath>
35+
</PropertyGroup>
3436
<ItemGroup>
3537
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3638
</ItemGroup>

0 commit comments

Comments
 (0)