Skip to content

Commit abbb3f8

Browse files
[VMR] Codeflow 20fdc50-fe4f073
[[ commit created by automation ]]
1 parent 78e5147 commit abbb3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/tools/GenerateFiles/Directory.Build.targets.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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. -->

0 commit comments

Comments
 (0)