summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>2019-05-24 08:52:45 -0700
committerJan Kotas <jkotas@microsoft.com>2019-05-24 08:52:45 -0700
commit5894a0f4ecd7360dc25b1e01afb0120efceb7a11 (patch)
tree6ded8b32abae84d483fa1a8bfff82a7d32feacc3 /tests
parentf917969fed12b6fd8dca545b210c45eaafefd634 (diff)
downloadcoreclr-5894a0f4ecd7360dc25b1e01afb0120efceb7a11.tar.gz
coreclr-5894a0f4ecd7360dc25b1e01afb0120efceb7a11.tar.bz2
coreclr-5894a0f4ecd7360dc25b1e01afb0120efceb7a11.zip
Move to 3.0 SDK (#24756)
Diffstat (limited to 'tests')
-rw-r--r--tests/runtest.proj5
-rw-r--r--tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj2
2 files changed, 0 insertions, 7 deletions
diff --git a/tests/runtest.proj b/tests/runtest.proj
index 0e948d9b73..3f1faa8fd8 100644
--- a/tests/runtest.proj
+++ b/tests/runtest.proj
@@ -114,11 +114,6 @@ $(_XunitEpilog)
<ItemGroup>
<ProjectReference Include="$(SourceDir)Common\Coreclr.TestWrapper\Coreclr.TestWrapper.csproj" />
</ItemGroup>
-
- <ItemGroup>
- <!-- Workaround for https://github.com/dotnet/core-setup/pull/5893 -->
- <PackageReference Include="Microsoft.NETCore.App.Internal" Version="$(MicrosoftNETCoreAppVersion)" />
- </ItemGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="$(XunitPackageVersion)" />
diff --git a/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj b/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj
index a42c14ced2..3af5fe93e9 100644
--- a/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj
+++ b/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj
@@ -11,8 +11,6 @@
<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" />