Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3483 from janvorli/fix-alpine-rid-graph-generation
Browse files Browse the repository at this point in the history
Fix alpine linux RID graph generation
  • Loading branch information
eerhardt authored Dec 7, 2017
2 parents d719e19 + 16e103c commit 0327161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sharedFramework/sharedFramework.proj
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<SharedFrameworkDepsFile>$(SharedFrameworkNameAndVersionRoot)\$(SharedFrameworkName).deps.json</SharedFrameworkDepsFile>
<RuntimeGraphGeneratorRuntime Condition="'$(OSGroup)'=='Windows_NT'">win</RuntimeGraphGeneratorRuntime>
<RuntimeGraphGeneratorRuntime Condition="'$(OSGroup)'=='OSX'">osx</RuntimeGraphGeneratorRuntime>
<RuntimeGraphGeneratorRuntime Condition="$(OutputRID.StartsWith('alpine'))">alpine</RuntimeGraphGeneratorRuntime>
<RuntimeGraphGeneratorRuntime Condition="'$(RuntimeGraphGeneratorRuntime)'==''">linux</RuntimeGraphGeneratorRuntime>
</PropertyGroup>

Expand Down

0 comments on commit 0327161

Please sign in to comment.