Skip to content

Commit

Permalink
Use M.NC.App RefPack version for dotnet targeting pack dependency ver…
Browse files Browse the repository at this point in the history
…sion (#16832)
  • Loading branch information
wtgodbe authored and mmitche committed Nov 5, 2019
1 parent 0b713e5 commit 22dedcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installers/Rpm/TargetingPack/Rpm.TargetingPack.rpmproj
Expand Up @@ -21,7 +21,7 @@
</ProjectReference>

<InstallerOwnedDirectory Include="$(RpmPackageInstallRoot)packs/$(TargetingPackName)/" />
<RpmDependency Include="dotnet-targeting-pack-$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)" Version="$(MicrosoftNETCoreAppRuntimeVersion.Split('-')[0])" />
<RpmDependency Include="dotnet-targeting-pack-$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)" Version="$(MicrosoftNETCoreAppRefPackageVersion.Split('-')[0])" />
</ItemGroup>

<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
Expand Down

0 comments on commit 22dedcb

Please sign in to comment.