mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-07-08 18:06:08 +00:00
Add dependencies for netcoreapp3.1 target
This commit is contained in:
committed by
GitHub
parent
9e4041d64a
commit
5381ffab5a
@@ -75,6 +75,10 @@
|
||||
<RpmDotNetDependency Include="dotnet-runtime-3.0" Version="" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'@(RpmDotNetDependency)' == '' AND '$(RuntimeIdentifier)' == '' AND '$(TargetFramework)' == 'netcoreapp3.1'">
|
||||
<RpmDotNetDependency Include="dotnet-runtime-3.1" Version="" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'@(RpmDotNetDependency)' == '' AND '$(RuntimeIdentifier)' != ''">
|
||||
<RpmDotNetDependency Include="openssl-libs" Version="" />
|
||||
<RpmDotNetDependency Include="libicu" Version="" />
|
||||
@@ -141,6 +145,10 @@
|
||||
<DebDotNetDependencies Include="dotnet-runtime-3.0"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'@(DebDotNetDependencies)' == '' AND '$(RuntimeIdentifier)' == '' AND '$(TargetFramework)' == 'netcoreapp3.1'">
|
||||
<DebDotNetDependencies Include="dotnet-runtime-3.1"/>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Dependency list from https://github.com/dotnet/core-setup/blob/release/3.0/src/pkg/packaging/deb/dotnet-runtime-deps-debian_config.json -->
|
||||
<ItemGroup Condition="'@(DebDotNetDependencies)' == '' AND '$(RuntimeIdentifier)' != ''">
|
||||
<DebDotNetDependencies Include="libc6"/>
|
||||
|
||||
Reference in New Issue
Block a user