File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 256256 <!--
257257 If we have a ref/ assembly from dotnet/runtime for an Extension package, use that when compiling but do not reference its assemblies.
258258 -->
259- <ItemGroup
260- Condition = " $(_CompileTfmUsingReferenceAssemblies) OR ('$(IsTargetingPackBuilding)' != 'false' AND '$(MSBuildProjectName)' == 'Microsoft.AspNetCore.App.Ref') " >
259+ <ItemGroup Condition = " ($(_CompileTfmUsingReferenceAssemblies) AND '$(MSBuildProjectName)' != 'Microsoft.AspNetCore.App.Runtime') OR
260+ ('$(IsTargetingPackBuilding)' != 'false' AND '$(MSBuildProjectName)' == 'Microsoft.AspNetCore.App.Ref') " >
261261 <PackageReference Include =" Microsoft.Extensions.Internal.Transport"
262262 Version =" $(MicrosoftExtensionsInternalTransportPackageVersion)"
263263 IsImplicitlyDefined =" true"
You can’t perform that action at this time.
0 commit comments