Skip to content

Commit

Permalink
enforce AOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lsfera committed Jul 4, 2024
1 parent ad74d3c commit b59d386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Subscriber/Subscriber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<PublishAot>True</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit b59d386

Please sign in to comment.