Add darc dependency to symstore (#898)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Tue, 10 Mar 2020 23:19:35 +0000 (16:19 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 23:19:35 +0000 (23:19 +0000)
* Update versions of older runtimes to test

* Add symstore dependency for automated dependency flow

eng/Version.Details.xml
eng/Versions.props

index a73714329dbcfb197dd64a770b64bf971e4db991..003b3c01547478bde0212f38e73b4939336acc75 100644 (file)
@@ -8,6 +8,10 @@
       <Uri>https://github.com/dotnet/arcade</Uri>
       <Sha>527179abfbb5cd738035c4ac2d2566c571ce85db</Sha>
     </Dependency>
+    <Dependency Name="Microsoft.SymbolStore" Version="1.0.55801">
+      <Uri>https://github.com/dotnet/symstore</Uri>
+      <Sha>16544a43620dfc9d06a907fc1c8970b7f3b671cb</Sha>
+    </Dependency>
   </ProductDependencies>
   <ToolsetDependencies>
     <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20158.2">
index d4828323e55232c59bc76eb30496b2ebb0577913..776109423ebc7322f1d8bc26863d2c1ca8f77d4d 100644 (file)
@@ -8,12 +8,14 @@
     <AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
   </PropertyGroup>
   <PropertyGroup>
+    <!-- Latest symstore version updated by darc -->
+    <MicrosoftSymbolStoreVersion>1.0.55801</MicrosoftSymbolStoreVersion>
     <!-- Runtime versions to test -->
-    <MicrosoftNETCoreApp21Version>2.1.12</MicrosoftNETCoreApp21Version>
+    <MicrosoftNETCoreApp21Version>2.1.16</MicrosoftNETCoreApp21Version>
     <MicrosoftAspNetCoreApp21Version>$(MicrosoftNETCoreApp21Version)</MicrosoftAspNetCoreApp21Version>
-    <MicrosoftNETCoreApp30Version>3.0.1</MicrosoftNETCoreApp30Version>
+    <MicrosoftNETCoreApp30Version>3.0.3</MicrosoftNETCoreApp30Version>
     <MicrosoftAspNetCoreApp30Version>$(MicrosoftNETCoreApp30Version)</MicrosoftAspNetCoreApp30Version>
-    <MicrosoftNETCoreApp31Version>3.1.0</MicrosoftNETCoreApp31Version>
+    <MicrosoftNETCoreApp31Version>3.1.2</MicrosoftNETCoreApp31Version>
     <MicrosoftAspNetCoreApp31Version>$(MicrosoftNETCoreApp31Version)</MicrosoftAspNetCoreApp31Version>
     <!-- Latest shared runtime version updated by darc -->
     <MicrosoftNETCoreAppVersion>5.0.0-preview.3.20159.13</MicrosoftNETCoreAppVersion>
     <SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion>
     <MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
     <!-- Other libs -->
-    <MicrosoftSymbolStoreVersion>1.0.55801</MicrosoftSymbolStoreVersion>
     <MicrosoftDiagnosticsRuntimeVersion>1.1.61812</MicrosoftDiagnosticsRuntimeVersion>
     <MicrosoftDiaSymReaderNativePackageVersion>1.7.0</MicrosoftDiaSymReaderNativePackageVersion>
     <MicrosoftDiagnosticsTracingTraceEventVersion>2.0.44</MicrosoftDiagnosticsTracingTraceEventVersion>
-
     <MicrosoftExtensionsConfigurationJsonVersion>3.1.2</MicrosoftExtensionsConfigurationJsonVersion>
     <MicrosoftExtensionsConfigurationKeyPerFileVersion>3.1.2</MicrosoftExtensionsConfigurationKeyPerFileVersion>
     <MicrosoftExtensionsLoggingVersion>3.1.2</MicrosoftExtensionsLoggingVersion>
     <MicrosoftExtensionsLoggingConsoleVersion>3.1.2</MicrosoftExtensionsLoggingConsoleVersion>
-
     <SystemCommandLineExperimentalVersion>0.3.0-alpha.19602.1</SystemCommandLineExperimentalVersion>
     <SystemCommandLineRenderingVersion>0.3.0-alpha.19602.1</SystemCommandLineRenderingVersion>
     <SystemMemoryVersion>4.5.3</SystemMemoryVersion>