File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
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 >
6
4
7
5
<!--
8
6
By default, assemblies which are only in the Microsoft.AspNetCore.App shared framework are not available as NuGet packages.
67
65
<IsPackable Condition =" '$(IsPackageInThisPatch)' != 'true' " >false</IsPackable >
68
66
</PropertyGroup >
69
67
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
+
70
74
<PropertyGroup >
71
75
<PackageVersionForPackageVersionInfo >$(PackageVersion)</PackageVersionForPackageVersionInfo >
72
76
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments