Skip to content

Commit

Permalink
Fix RIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifAqqad committed Jun 19, 2024
1 parent 032afa4 commit 579e0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AspireRunner.Core/AspireRunner.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Version>1.1.4</Version>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win;osx;linux</RuntimeIdentifiers>
<langversion>latest</langversion>

<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/AspireRunner.Tool/AspireRunner.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Version>1.1.4</Version>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win;osx;linux</RuntimeIdentifiers>
<langversion>latest</langversion>

<Nullable>enable</Nullable>
Expand Down

0 comments on commit 579e0ab

Please sign in to comment.