Skip to content

Commit

Permalink
Publish in AoT mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerra24 committed May 13, 2023
1 parent 22ca77d commit 61c4c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions GameAwaiter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
</PropertyGroup>

</Project>
3 changes: 1 addition & 2 deletions Properties/PublishProfiles/Build.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishSingleFile>false</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>

0 comments on commit 61c4c26

Please sign in to comment.