We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8ce02 commit 6218df0Copy full SHA for 6218df0
src/Aspire.Cli/Aspire.Cli.csproj
@@ -26,7 +26,10 @@
26
<RollForward>Major</RollForward>
27
<PackageTags>aspire cli</PackageTags>
28
<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. -->
31
<PublishAot>false</PublishAot>
32
+ <RuntimeIdentifiers></RuntimeIdentifiers>
33
</PropertyGroup>
34
35
<ItemGroup Condition="'$(PublishAot)' == 'true'">
0 commit comments