File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,6 @@ Copyright (c) .NET Foundation. All rights reserved.
59
59
<_TargetFrameworkVersionWithoutV >$(TargetFrameworkVersion.TrimStart('vV'))</_TargetFrameworkVersionWithoutV >
60
60
</PropertyGroup >
61
61
62
- <!--
63
- Use RuntimeIdentifier to determine PlatformTarget.
64
- Also, enforce that RuntimeIdentifier is always specified for .NETFramework executables.
65
- -->
66
- <Import Project =" $(MSBuildThisFileDirectory)Microsoft.NET.RuntimeIdentifierInference.targets" />
67
-
68
62
<!--
69
63
Import targets from RazorSDK if referenced
70
64
Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets
@@ -75,6 +69,12 @@ Copyright (c) .NET Foundation. All rights reserved.
75
69
<!-- Import workload targets -->
76
70
<Import Project =" Microsoft.NET.Sdk.ImportWorkloads.targets" Condition =" '$(MSBuildEnableWorkloadResolver)' == 'true'" />
77
71
72
+ <!--
73
+ Use RuntimeIdentifier to determine PlatformTarget.
74
+ Also, enforce that RuntimeIdentifier is always specified for .NETFramework executables.
75
+ -->
76
+ <Import Project =" $(MSBuildThisFileDirectory)Microsoft.NET.RuntimeIdentifierInference.targets" />
77
+
78
78
<!-- Checks for EOL frameworks -->
79
79
<Import Project =" $(MSBuildThisFileDirectory)Microsoft.NET.EolTargetFrameworks.targets" />
80
80
You can’t perform that action at this time.
0 commit comments