summaryrefslogtreecommitdiff
path: root/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj')
-rw-r--r--tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj b/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj
index 3af5fe93e9..a42c14ced2 100644
--- a/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj
+++ b/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj
@@ -11,6 +11,8 @@
<ItemGroup>
<Compile Include="CoreclrTestWrapperLib.cs" />
+ <!-- Workaround for https://github.com/dotnet/core-setup/pull/5893 -->
+ <PackageReference Include="Microsoft.NETCore.App.Internal" Version="$(MicrosoftNETCoreAppVersion)" />
</ItemGroup>
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />