Move to 3.0 SDK (dotnet/coreclr#24756)
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>
Fri, 24 May 2019 15:52:45 +0000 (08:52 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 24 May 2019 15:52:45 +0000 (08:52 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/5894a0f4ecd7360dc25b1e01afb0120efceb7a11

src/coreclr/tests/runtest.proj
src/coreclr/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj

index 0e948d9..3f1faa8 100644 (file)
@@ -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)" />
index a42c14c..3af5fe9 100644 (file)
@@ -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" />