Skip to content

Commit

Permalink
Fix typo in netstandard.depproj (dotnet/corefx#40547)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@7b441c9
  • Loading branch information
ericstj authored and msftbot[bot] committed Aug 23, 2019
1 parent 1c13bd8 commit a585f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/restore/netstandard/netstandard.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<ExcludeNetStandard21Refs Include="System.Reflection.Emit.Lightweight" />
<_NetStandard21Files
Include="$(_NETStandard21RefFolder)\*.dll"
Exclude="@(ExcludeNetStandardRefs -> '$(_NETStandard21RefFolder)\%(Identity).dll')" />
Exclude="@(ExcludeNetStandard21Refs -> '$(_NETStandard21RefFolder)\%(Identity).dll')" />
</ItemGroup>

<Error Condition="'@(_NetStandard21Files)' == ''" Text="Could not find package assets for netstandard2.1" />
Expand Down

0 comments on commit a585f09

Please sign in to comment.