File tree 2 files changed +11
-0
lines changed
installers/dotnet-runtime-deps
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 10
10
</ItemGroup >
11
11
12
12
<ItemGroup Condition =" '$(BuildRpmPackage)' == 'true'" >
13
+ <InstallerProjectReference Include =" installers/dotnet-runtime-deps/dotnet-runtime-deps-azl.3.proj" />
13
14
<InstallerProjectReference Include =" installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.8.proj" />
14
15
<InstallerProjectReference Include =" installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.1.proj" />
15
16
<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