File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
+ <!-- When OnlyPackPlatformSpecificPackages is set, only produce packages for projects which set RuntimeIdentifier. -->
5
+ <IsPackable Condition =" '$(OnlyPackPlatformSpecificPackages)' == 'true' AND '$(IsPackable)' != 'false' AND '$(RuntimeIdentifier)' == '' " >false</IsPackable >
4
6
5
7
<!--
6
8
By default, assemblies which are only in the Microsoft.AspNetCore.App shared framework are not available as NuGet packages.
65
67
<IsPackable Condition =" '$(IsPackageInThisPatch)' != 'true' " >false</IsPackable >
66
68
</PropertyGroup >
67
69
68
- <PropertyGroup >
69
- <!-- When OnlyPackPlatformSpecificPackages is set, only produce packages for projects which set RuntimeIdentifier. -->
70
- <!-- Keep this below where we set "IsPackageInThisPatch" -->
71
- <IsPackable Condition =" '$(OnlyPackPlatformSpecificPackages)' == 'true' AND '$(RuntimeIdentifier)' == '' " >false</IsPackable >
72
- </PropertyGroup >
73
-
74
70
<PropertyGroup >
75
71
<PackageVersionForPackageVersionInfo >$(PackageVersion)</PackageVersionForPackageVersionInfo >
76
72
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments