summaryrefslogtreecommitdiff
path: root/tests/src/Common
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-06-04 09:20:49 -0700
committerJan Kotas <jkotas@microsoft.com>2019-06-04 09:20:49 -0700
commit3c01e17de0c6651d4049c5ed5e4ac2d8ee5ae8c9 (patch)
tree9b55b5e2d5cb8e20564ba349b12e30fe036d4114 /tests/src/Common
parentb3ff5135ecba8d47cca9c02550d04e592b2e2310 (diff)
downloadcoreclr-3c01e17de0c6651d4049c5ed5e4ac2d8ee5ae8c9.tar.gz
coreclr-3c01e17de0c6651d4049c5ed5e4ac2d8ee5ae8c9.tar.bz2
coreclr-3c01e17de0c6651d4049c5ed5e4ac2d8ee5ae8c9.zip
[master] Update dependencies from dotnet/corefx (#24883)
* Update dependencies from https://github.com/dotnet/corefx build 20190603.11 - Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19303.11 - Microsoft.NETCore.Platforms - 3.0.0-preview7.19303.11 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19303.11 * Add Microsoft.Diagnostics.Runtime to CoreFx.depproj * Remove removed commands from RunTests.cmd/sh
Diffstat (limited to 'tests/src/Common')
-rw-r--r--tests/src/Common/CoreFX/CoreFX.depproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/src/Common/CoreFX/CoreFX.depproj b/tests/src/Common/CoreFX/CoreFX.depproj
index cdbf8306b9..0cc06f66ac 100644
--- a/tests/src/Common/CoreFX/CoreFX.depproj
+++ b/tests/src/Common/CoreFX/CoreFX.depproj
@@ -13,6 +13,7 @@
<SystemCompositionVersions>1.3.0-preview3-26501-04</SystemCompositionVersions>
<MicrosoftDiagnosticsTracingTraceVentVersion>2.0.19</MicrosoftDiagnosticsTracingTraceVentVersion>
<MicrosoftDotnetPlatformAbstractionsVersion>2.1.0</MicrosoftDotnetPlatformAbstractionsVersion>
+ <MicrosoftDiagnosticsRuntimePackageVersion>1.0.5</MicrosoftDiagnosticsRuntimePackageVersion>
</PropertyGroup>
<!-- Switch RuntimeIdentifier according to currently running OSGroup -->
@@ -164,6 +165,12 @@
<Version>$(MicrosoftDotnetPlatformAbstractionsVersion)</Version>
</PackageReference>
</ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.Diagnostics.Runtime">
+ <Version>$(MicrosoftDiagnosticsRuntimePackageVersion)</Version>
+ </PackageReference>
+ </ItemGroup>
<ItemGroup>
<PackageToInclude Include="@(PackageReference -> '%(Identity)' )"/>