Skip to content

Commit 7dbc5f2

Browse files
committed
2.0.0P1
预览版1
1 parent 6dab8e9 commit 7dbc5f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/ColoryrBuild/Properties/PublishProfiles/FolderProfile.pubxml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
7-
<Configuration>Release</Configuration>
7+
<Configuration>Debug</Configuration>
88
<Platform>Any CPU</Platform>
99
<PublishDir>..\build_out\Publish\Build</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
1111
<TargetFramework>net6.0-windows7.0</TargetFramework>
1212
<SelfContained>false</SelfContained>
1313
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
14-
<PublishSingleFile>True</PublishSingleFile>
15-
<PublishReadyToRun>False</PublishReadyToRun>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<PublishReadyToRun>false</PublishReadyToRun>
1616
</PropertyGroup>
1717
</Project>

src/ColoryrServer/ASP/Properties/PublishProfiles/FolderProfile.pubxml

-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1616
<TargetFramework>net6.0</TargetFramework>
1717
<ProjectGuid>ce8e78c5-911d-4423-8dee-51aa8afb3f74</ProjectGuid>
1818
<SelfContained>false</SelfContained>
19-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
2019
</PropertyGroup>
2120
</Project>

0 commit comments

Comments
 (0)