Add dependencies on testing packages (#640)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Sat, 23 Nov 2019 19:26:01 +0000 (11:26 -0800)
committerGitHub <noreply@github.com>
Sat, 23 Nov 2019 19:26:01 +0000 (11:26 -0800)
eng/Version.Details.xml
eng/Versions.props

index 5e52a57a9a1944d14419de6f84b5626250ed1152..1ba3dcf09c0234e78b6335bc6e615e772da3f9b7 100644 (file)
@@ -1,12 +1,12 @@
 <Dependencies>
   <ProductDependencies>
-    <Dependency Name="System.CommandLine.Experimental" Version=">0.2.0-alpha.19213.1">
-        <Uri>https://github.com/dotnet/command-line-api</Uri>
-        <Sha>166610c56ff732093f0145a2911d4f6c40b786da</Sha>
+    <Dependency Name="System.CommandLine.Experimental" Version="&gt;0.2.0-alpha.19213.1">
+      <Uri>https://github.com/dotnet/command-line-api</Uri>
+      <Sha>166610c56ff732093f0145a2911d4f6c40b786da</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.DotNet.RemoteExecutor" Version=">5.0.0-beta.19562.5">
-        <Uri>https://github.com/dotnet/arcade</Uri>
-        <Sha>993af9410c505680b9a260f3bfd79515c936de12</Sha>
+    <Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="&gt;5.0.0-beta.19562.5">
+      <Uri>https://github.com/dotnet/arcade</Uri>
+      <Sha>993af9410c505680b9a260f3bfd79515c936de12</Sha>
     </Dependency>
   </ProductDependencies>
   <ToolsetDependencies>
       <Uri>https://github.com/dotnet/arcade</Uri>
       <Sha>4953cdf6c956adf69a0050c4df503048aed6b271</Sha>
     </Dependency>
+    <Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha.1.19564.1">
+      <Uri>https://github.com/dotnet/core-setup</Uri>
+      <Sha>c77948d92a2f950140f09384f057cb893ec3955a</Sha>
+    </Dependency>
+    <Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19572.4">
+      <Uri>https://github.com/aspnet/aspnetcore</Uri>
+      <Sha>6f2b107b88cfbc7d4293103a74162f9075257ce9</Sha>
+    </Dependency>
   </ToolsetDependencies>
 </Dependencies>
index fb7c062b45f2e8b2cdc286f8e7d3bf1bed8b1e9c..0a5b4f1ee99550d1336e6948d75f82c8cdad9b03 100644 (file)
@@ -1,4 +1,4 @@
-<!-- Copyright (c)  Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
+<!-- Copyright (c)  Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
 <Project>
   <PropertyGroup>
     <RepositoryUrl>https://github.com/dotnet/diagnostics</RepositoryUrl>
@@ -6,22 +6,20 @@
     <VersionPrefix>3.0.0</VersionPrefix>
     <DotNetUseShippingVersions>true</DotNetUseShippingVersions>
     <AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
+    <MicrosoftNETCoreAppVersion>5.0.0-alpha.1.19564.1</MicrosoftNETCoreAppVersion>
+    <MicrosoftAspNetCoreAppRefVersion>5.0.0-alpha1.19572.4</MicrosoftAspNetCoreAppRefVersion>
   </PropertyGroup>
-
   <PropertyGroup>
     <!-- Opt-out repo features -->
     <UsingToolXliff>false</UsingToolXliff>
     <UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
     <UsingToolSymbolUploader>true</UsingToolSymbolUploader>
-
     <!-- Build tools -->
     <MicrosoftNetCompilersVersion>3.0.0</MicrosoftNetCompilersVersion>
-
     <!-- CoreFX -->
     <SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion>
     <SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion>
     <MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
-
     <!-- Other libs -->
     <MicrosoftSymbolStoreVersion>1.0.55801</MicrosoftSymbolStoreVersion>
     <MicrosoftDiagnosticsRuntimeVersion>1.1.46104</MicrosoftDiagnosticsRuntimeVersion>