Skip to content

Commit d49f6cf

Browse files
Azure Linux 3.0 deps package (dotnet#100684)
Co-authored-by: Nikola Milosavljevic <nikolam@microsoft.com>
1 parent 479defb commit d49f6cf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/installer/pkg/sfx/installers.proj

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup Condition="'$(BuildRpmPackage)' == 'true'">
13+
<InstallerProjectReference Include="installers/dotnet-runtime-deps/dotnet-runtime-deps-azl.3.proj" />
1314
<InstallerProjectReference Include="installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.8.proj" />
1415
<InstallerProjectReference Include="installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.1.proj" />
1516
<InstallerProjectReference Include="installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.2.proj" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project Sdk="Microsoft.Build.NoTargets">
2+
<PropertyGroup>
3+
<GenerateInstallers Condition="'$(BuildRpmPackage)' != 'true'">false</GenerateInstallers>
4+
<PackageTargetOS>azl.3</PackageTargetOS>
5+
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<LinuxPackageDependency Include="openssl-libs;icu;krb5;ca-certificates" />
9+
</ItemGroup>
10+
</Project>

0 commit comments

Comments
 (0)