-
Couldn't load subscription status.
- Fork 5.2k
Clean up our runtime-deps packages and enable ARM64 Debs #112671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
726e276
a1157b8
5c4842f
fcc91c0
ac4f916
1b50f62
ad8fe6b
80064a9
bee5840
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,12 @@ | ||
| <Project Sdk="Microsoft.Build.NoTargets"> | ||
| <PropertyGroup> | ||
| <BuildDebPackage Condition="'$(TargetArchitecture)' == 'x64'">true</BuildDebPackage> | ||
| <BuildDebPackage>true</BuildDebPackage> | ||
| <BuildRpmPackage>false</BuildRpmPackage> | ||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <LinuxPackageDependency Include="libc6;libgcc1;libgssapi-krb5-2;libstdc++6;zlib1g"/> | ||
| <LinuxPackageDependency Include="libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3" /> | ||
| <KnownLibIcuVersion Include="74;72;71;70;69;68;67;66;65;63;60;57;55;52" /> | ||
| <LibIcuPackageDependency Include="libicu" Dependencies="libicu | @(KnownLibIcuVersion -> 'libicu%(Identity)', ' | ')" /> | ||
| <LinuxPackageDependency | ||
| Include="@(LibIcuPackageDependency->Metadata('Dependencies'))" /> | ||
| <LinuxPackageDependency Include="libc6;libgcc1;libgssapi-krb5-2;libstdc++6"/> | ||
| <LinuxPackageDependency Include="libssl3" /> | ||
| <LinuxPackageDependency Include="libicu72" /> | ||
| </ItemGroup> | ||
| </Project> | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.