Skip to content

Commit

Permalink
Fix test build error when .NET Core SDK 5 is installed on the machine (
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall authored and ViktorHofer committed Nov 25, 2019
1 parent 52f7c88 commit 4842a7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/coreclr/tests/src/Common/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
-->
<Import Project="$([MSBuild]::GetPathOfFileAbove('disableversioncheck.targets', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<KnownFrameworkReference Remove="Microsoft.AspNetCore.App" />
<KnownFrameworkReference Remove="Microsoft.WindowsDesktop.App" />
</ItemGroup>

<Target Name="CopyDependencyToCoreRoot"
DependsOnTargets="ResolveAssemblyReferences">

Expand Down

0 comments on commit 4842a7e

Please sign in to comment.