From: Karthik Rajasekaran Date: Mon, 15 May 2017 18:10:25 +0000 (-0700) Subject: Fix deb package naming X-Git-Tag: submit/tizen/20210909.063632~11032^2~1358^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad48d0edcbf8d469e100efa12122d73d185ea24d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix deb package naming Commit migrated from https://github.com/dotnet/core-setup/commit/c6cbe6de7b8354c3e7d0b96679b21af99caf1546 --- diff --git a/src/installer/pkg/packaging/deb/package.props b/src/installer/pkg/packaging/deb/package.props index e52aec3..8c05b94 100644 --- a/src/installer/pkg/packaging/deb/package.props +++ b/src/installer/pkg/packaging/deb/package.props @@ -10,10 +10,10 @@ dotnet-host $(SharedHostDebPkgName.ToLower()) - dotnet-hostfxr-$(HostResolverVersion) + dotnet-hostfxr $(HostFxrDebPkgName.ToLower()) - dotnet-sharedframework-$(SharedFrameworkName)-$(SharedFrameworkNugetVersion) + dotnet-sharedframework $(SharedFxDebPkgName.ToLower()) \ No newline at end of file