Skip to content

Commit

Permalink
see what happens if the library is nativeAot
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ligtenberg committed Feb 7, 2024
1 parent 82cb9ca commit f0efad2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>CloudRepublic.BenchMark</RootNamespace>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishAot>true</PublishAot>
</PropertyGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit f0efad2

Please sign in to comment.