diff --git a/build/package/Installer.DEB.targets b/build/package/Installer.DEB.targets index 8ca327338..c43a7efd4 100644 --- a/build/package/Installer.DEB.targets +++ b/build/package/Installer.DEB.targets @@ -3,7 +3,7 @@ - dotnet-dev-$(SdkVersion) + dotnet-sdk-$(SdkVersion) @@ -27,7 +27,7 @@ $(SdkVersion) - dotnet-dev-$(SdkDebianPackageVersion) + dotnet-sdk-$(SdkDebianPackageVersion) $(SharedFrameworkVersion) dotnet-runtime-$(SharedFxDebianPackageVersion) $(SharedFxDebianPackageName.ToLower()) diff --git a/build/publish/PublishDebian.targets b/build/publish/PublishDebian.targets index c920baf81..28a943529 100644 --- a/build/publish/PublishDebian.targets +++ b/build/publish/PublishDebian.targets @@ -1,7 +1,7 @@ - dotnet-dev-$(SdkVersion) + dotnet-sdk-$(SdkVersion) diff --git a/packaging/deb/dotnet-debian_config.json b/packaging/deb/dotnet-debian_config.json index 22e5beb77..86adb7537 100644 --- a/packaging/deb/dotnet-debian_config.json +++ b/packaging/deb/dotnet-debian_config.json @@ -2,7 +2,7 @@ "maintainer_name":"Microsoft", "maintainer_email": "dotnetcore@microsoft.com", - "package_name": "dotnet-dev-%SDK_NUGET_VERSION%", + "package_name": "dotnet-sdk-%SDK_NUGET_VERSION%", "install_root": "/usr/share/dotnet", "short_description": "%CLI_SDK_BRAND_NAME%",