From a3879f8eb961e93cc041faeb57a3188eaca359a0 Mon Sep 17 00:00:00 2001 From: Parallels Date: Tue, 8 May 2018 18:42:57 -0700 Subject: [PATCH] Updating the deb package of the SDK to specify a version range for the runtime and asp.net dependencies. --- build/package/Installer.DEB.targets | 6 ++++++ packaging/deb/dotnet-debian_config.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build/package/Installer.DEB.targets b/build/package/Installer.DEB.targets index bf4cde6f3..d46b04a13 100644 --- a/build/package/Installer.DEB.targets +++ b/build/package/Installer.DEB.targets @@ -106,6 +106,12 @@ $(SdkBrandName) + + $(MicrosoftNETCoreAppPackageVersion) + + + $(AspNetCoreVersion) + $(SdkVersion) diff --git a/packaging/deb/dotnet-debian_config.json b/packaging/deb/dotnet-debian_config.json index 307c8b897..e6f046507 100644 --- a/packaging/deb/dotnet-debian_config.json +++ b/packaging/deb/dotnet-debian_config.json @@ -29,7 +29,7 @@ }, "debian_dependencies":{ - "%SHARED_FRAMEWORK_DEBIAN_PACKAGE_NAME%" : {}%SHARED_FRAMEWORK_DEBIAN_PACKAGE_ADDITIONAL_DEPENDENCY%, - "%ASPNETCORE_SHAREDFX_DEBIAN_PACKAGE_NAME%": {} + "%SHARED_FRAMEWORK_DEBIAN_PACKAGE_NAME%" : { "package_version": "%SHARED_FRAMEWORK_DEBIAN_PACKAGE_VERSIONS%" }%SHARED_FRAMEWORK_DEBIAN_PACKAGE_ADDITIONAL_DEPENDENCY%, + "%ASPNETCORE_SHAREDFX_DEBIAN_PACKAGE_NAME%": { "package_version": "%ASPNETCORE_SHAREDFX_DEBIAN_PACKAGE_VERSION%" } } }