Skip to content

Commit

Permalink
Package repl too
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohansi committed Feb 17, 2024
1 parent e3ad72f commit 55874ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Mond.Repl/Mond.Repl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
<AssemblyVersion>0.10.0</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<!--For testing AOT compilation -->
<!--
<PublishAot>true</PublishAot>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
-->

<!-- NuGet Package -->
<PackageId>Mond.Repl</PackageId>
Expand Down

0 comments on commit 55874ed

Please sign in to comment.