Skip to content

Commit 6218df0

Browse files
Ensure that the Tool form of the Aspire CLI is platform-independent, framework-dependent. (#11645)
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
1 parent ea8ce02 commit 6218df0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Aspire.Cli/Aspire.Cli.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
<RollForward>Major</RollForward>
2727
<PackageTags>aspire cli</PackageTags>
2828
<Description>Command line tool for Aspire developers.</Description>
29+
<!-- For 9.5 we want to keep the tool platform-independent, framework-dependent.
30+
To do this we make sure it doesn't PublishAOT, and ensure that it doesn't publish for any RIDs at all. -->
2931
<PublishAot>false</PublishAot>
32+
<RuntimeIdentifiers></RuntimeIdentifiers>
3033
</PropertyGroup>
3134

3235
<ItemGroup Condition="'$(PublishAot)' == 'true'">

0 commit comments

Comments
 (0)