We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ca77d commit 61c4c26Copy full SHA for 61c4c26
GameAwaiter.csproj
@@ -5,6 +5,7 @@
5
<TargetFramework>net7.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
+ <PublishAot>true</PublishAot>
9
</PropertyGroup>
10
11
</Project>
Properties/PublishProfiles/Build.pubxml
@@ -12,8 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
12
13
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
14
<SelfContained>true</SelfContained>
15
- <PublishSingleFile>true</PublishSingleFile>
+ <PublishSingleFile>false</PublishSingleFile>
16
<PublishReadyToRun>false</PublishReadyToRun>
17
- <PublishTrimmed>true</PublishTrimmed>
18
19
0 commit comments