Skip to content

Commit

Permalink
Updates to .Net 7 AOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Sep 12, 2023
1 parent f7f89e4 commit e88f242
Show file tree
Hide file tree
Showing 3 changed files with 738 additions and 638 deletions.
5 changes: 4 additions & 1 deletion Gen3EventLegality.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<PublishAot>true</PublishAot>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
</PropertyGroup>

</Project>
Loading

0 comments on commit e88f242

Please sign in to comment.