Skip to content

Commit

Permalink
Specify runtime identifiers win7-x64 and win-x64 for HeapDump.csproj …
Browse files Browse the repository at this point in the history
…to (#2123)

address build failures in newer versions of Visual Studio.
  • Loading branch information
brianrob authored Oct 23, 2024
1 parent b8d1ee1 commit c7a20ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HeapDump/HeapDump.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<PropertyGroup>
<!-- NuGet won't know to restore the x64 build unless we add it explicitly -->
<RuntimeIdentifiers>win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x64;win7-x64</RuntimeIdentifiers>
</PropertyGroup>

<PropertyGroup Condition="'$(Platform)' == 'AnyCPU'">
Expand Down

0 comments on commit c7a20ed

Please sign in to comment.