@@ -64,7 +64,6 @@ Copyright (c) .NET Foundation. All rights reserved.
6464 <PropertyGroup Condition =" '$(UseCurrentRuntimeIdentifier)' == 'true' or
6565 (
6666 '$(RuntimeIdentifier)' == '' and
67- '$(RuntimeIdentifiers)' == '' and
6867 (
6968 '$(SelfContained)' == 'true' or
7069 '$(PublishReadyToRun)' == 'true' or
@@ -162,19 +161,19 @@ Copyright (c) .NET Foundation. All rights reserved.
162161 Condition =" '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(HasRuntimeOutput)' == 'true'" >
163162
164163 <!-- The following RID errors are asserts, and we don't expect them to ever occur. The error message is added as a safeguard.-->
165- <NETSdkError Condition =" '$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(RuntimeIdentifiers)' == '' "
164+ <NETSdkError Condition =" '$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == ''"
166165 ResourceName =" ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed"
167166 FormatArguments =" SelfContained" />
168167
169- <NETSdkError Condition =" '$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(RuntimeIdentifiers)' == '' "
168+ <NETSdkError Condition =" '$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == ''"
170169 ResourceName =" ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed"
171170 FormatArguments =" PublishReadyToRun" />
172171
173- <NETSdkError Condition =" '$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(RuntimeIdentifiers)' == '' "
172+ <NETSdkError Condition =" '$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == ''"
174173 ResourceName =" ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed"
175174 FormatArguments =" PublishSingleFile" />
176175
177- <NETSdkError Condition =" '$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(RuntimeIdentifiers)' == '' "
176+ <NETSdkError Condition =" '$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' == ''"
178177 ResourceName =" ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed"
179178 FormatArguments =" PublishAot" />
180179
0 commit comments