Skip to content

Commit 64c9a4b

Browse files
committed
fixed self-contained publish
1 parent 0442a3a commit 64c9a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console/console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<OutputType>Exe</OutputType>
99
<TargetFramework>net5.0</TargetFramework>
1010

11-
<PublishSingleFile>true</PublishSingleFile>
11+
<!-- <PublishSingleFile>true</PublishSingleFile>
1212
<SelfContained>true</SelfContained>
1313
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1414
<PublishTrimmed>true</PublishTrimmed>
15-
<PublishReadyToRun>true</PublishReadyToRun>
15+
<PublishReadyToRun>true</PublishReadyToRun> -->
1616

1717
<AssemblyName>SporeDownloader</AssemblyName>
1818
<RootNamespace>SporeDownloader</RootNamespace>

0 commit comments

Comments
 (0)