diff --git a/build/Microsoft.DotNet.Cli.Monikers.props b/build/Microsoft.DotNet.Cli.Monikers.props index cf5e3e790..474ce7d1d 100644 --- a/build/Microsoft.DotNet.Cli.Monikers.props +++ b/build/Microsoft.DotNet.Cli.Monikers.props @@ -2,13 +2,13 @@ .NET Core SDK 1.0.1 ($(Architecture)) Installer - Microsoft .NET Core 1.0.4 - Runtime + Microsoft .NET Core 1.1.1 - Runtime Microsoft .NET Core 1.1.0 - Host Microsoft .NET Core 1.1.0 - Host FX Resolver - Microsoft .NET Core 1.1.1 - Runtime - Microsoft .NET Core 1.1.0 - Host - Microsoft .NET Core 1.1.0 - Host FX Resolver + Microsoft .NET Core 1.0.4 - Runtime + Microsoft .NET Core 1.0.1 - Host + Microsoft .NET Core 1.0.1 - Host FX Resolver Microsoft.NETCore.App diff --git a/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj b/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj index b1b375a98..ede1fecff 100644 --- a/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj +++ b/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj @@ -75,8 +75,10 @@ - - + + @@ -90,9 +92,12 @@ Outputs="$(DebianTestResultsXmlFile)" > - - - + + + @@ -113,8 +118,10 @@ - - + + diff --git a/build/package/Microsoft.DotNet.Cli.Installer.DEB.targets b/build/package/Microsoft.DotNet.Cli.Installer.DEB.targets index ca94cf99f..3bf265a98 100644 --- a/build/package/Microsoft.DotNet.Cli.Installer.DEB.targets +++ b/build/package/Microsoft.DotNet.Cli.Installer.DEB.targets @@ -93,8 +93,13 @@ $(SharedFxDebianPackageName) - - $(AdditionalSharedFxDebianPackageName) + + "$(AdditionalSharedFxDebianPackageName)" : {} + + + $(SdkVersion) diff --git a/packaging/deb/dotnet-debian_config.json b/packaging/deb/dotnet-debian_config.json index 8aa795ffd..4caa326c9 100644 --- a/packaging/deb/dotnet-debian_config.json +++ b/packaging/deb/dotnet-debian_config.json @@ -30,6 +30,6 @@ "debian_dependencies":{ "%SHARED_FRAMEWORK_DEBIAN_PACKAGE_NAME%" : {}, - "%SHARED_FRAMEWORK_DEBIAN_PACKAGE_NAME_ADDITIONAL%" : {} + %SHARED_FRAMEWORK_DEBIAN_PACKAGE_ADDITIONAL_DEPENDENCY% } }