File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
installers/dotnet-runtime-deps Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 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 number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments