Skip to content

Commit

Permalink
Account for changes in 7.0.2xx not in 7.0.1xx
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson committed Oct 31, 2022
1 parent f88e36e commit 2939b90
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Copyright (c) .NET Foundation. All rights reserved.
<PropertyGroup Condition="'$(UseCurrentRuntimeIdentifier)' == ''">
<UseCurrentRuntimeIdentifier Condition="
'$(RuntimeIdentifier)' == '' and
'$(RuntimeIdentifiers)' == '' and
'$(_IsExecutable)' == 'true' and '$(IsTestProject)' != 'true' and
'$(IsRidAgnostic)' != 'true' and
(
Expand Down Expand Up @@ -226,7 +225,7 @@ Copyright (c) .NET Foundation. All rights reserved.
ResourceName="Prefer32BitIgnoredForNetCoreApp" />

<PropertyGroup>
<Prefer32Bit>false</Prefer32Bit>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>

</Target>
Expand All @@ -238,7 +237,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<NETSdkError Condition="'$(PlatformTarget)' != 'AnyCPU' and !$(RuntimeIdentifier.ToUpperInvariant().Contains($(PlatformTarget.ToUpperInvariant())))"
ResourceName="CannotHaveRuntimeIdentifierPlatformMismatchPlatformTarget"
FormatArguments="$(RuntimeIdentifier);$(PlatformTarget)" />

</Target>

<Target Name="_CheckForLanguageAndFeatureCombinationSupport"
Expand Down

0 comments on commit 2939b90

Please sign in to comment.