We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032afa4 commit 579e0abCopy full SHA for 579e0ab
src/AspireRunner.Core/AspireRunner.Core.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<Version>1.1.4</Version>
5
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
6
- <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
+ <RuntimeIdentifiers>win;osx;linux</RuntimeIdentifiers>
7
<langversion>latest</langversion>
8
9
<Nullable>enable</Nullable>
src/AspireRunner.Tool/AspireRunner.Tool.csproj
@@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
10
0 commit comments