File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
<Project >
8
8
9
9
<!-- For the targeting pack, always use packages with PatchVersion=0 -->
10
- <PropertyGroup Condition =" '$(MSBuildProjectName)' == 'Microsoft.AspNetCore.App.Ref' OR '$(IsReferenceAssemblyProject)' == 'true' " >
10
+ <PropertyGroup Condition =" '$(IsServicingBuild)' == 'true' AND ('$( MSBuildProjectName)' == 'Microsoft.AspNetCore.App.Ref' OR '$(IsReferenceAssemblyProject)' == 'true') " >
11
11
<SystemIOPipelinesPackageVersion >$(SystemIOPipelinesPackageVersion.Split('.')[0]).$(SystemIOPipelinesPackageVersion.Split('.')[1]).0</SystemIOPipelinesPackageVersion >
12
12
<SystemSecurityCryptographyXmlPackageVersion >$(SystemSecurityCryptographyXmlPackageVersion.Split('.')[0]).$(SystemSecurityCryptographyXmlPackageVersion.Split('.')[1]).0</SystemSecurityCryptographyXmlPackageVersion >
13
13
<MicrosoftWin32SystemEventsPackageVersion >$(MicrosoftWin32SystemEventsPackageVersion.Split('.')[0]).$(MicrosoftWin32SystemEventsPackageVersion.Split('.')[1]).0</MicrosoftWin32SystemEventsPackageVersion >
You can’t perform that action at this time.
0 commit comments