File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
src/Framework/App.Runtime/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969      <LatestRuntimeFrameworkVersion
7070          Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftNETCoreAppRefVersion}</LatestRuntimeFrameworkVersion>
7171      <TargetingPackVersion
72-           Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftNETCoreAppRefVersion}</TargetingPackVersion>
72+           Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' and '$(TargetLatestDotNetRuntime)' != 'false'  ">${MicrosoftNETCoreAppRefVersion}</TargetingPackVersion>
7373      <!--
7474        Change the default shared framework version only when _not_ servicing. Avoid bumping version used in most
7575        projects. When servicing, projects (Microsoft.AspNetCore.App.Runtime in particular) can use
Original file line number Diff line number Diff line change 2424    <!-- HACK: We aren't self-contained but we need to say we are so the SDK lets us do composite R2R -->
2525    <SelfContained>true</SelfContained>
2626
27-     <InstructionSetSupport Condition="'$(TargetArchitecture)' == 'x64' or '$(TargetArchitecture)' == 'x86'">+x86-x64 -v3</InstructionSetSupport>
27+     <InstructionSetSupport Condition="'$(TargetArchitecture)' == 'x64' or '$(TargetArchitecture)' == 'x86'">+x86-64 -v3</InstructionSetSupport>
2828    <PublishReadyToRunCrossgen2ExtraArgs Condition="'$(InstructionSetSupport)' != ''">$(PublishReadyToRunCrossgen2ExtraArgs);--instruction-set:$(InstructionSetSupport)</PublishReadyToRunCrossgen2ExtraArgs>
2929
3030    <!-- Setting this suppresses getting documentation .xml files in the shared runtime output. -->
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments