Update DIA to 17.10.0-beta1.24272.1 (#4683)
authorJuan Hoyos <19413848+hoyosjs@users.noreply.github.com>
Fri, 7 Jun 2024 23:57:51 +0000 (16:57 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 23:57:51 +0000 (16:57 -0700)
eng/Versions.props
src/SOS/SOS.Extensions/CMakeLists.txt

index 8cbaf88222c33f1704562e4abafc63bcc76b455f..f0124e91d7222b1cd06a8cc8d1b39dba426e170c 100644 (file)
@@ -35,7 +35,7 @@
     <!-- Other libs -->
     <MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
     <MicrosoftDiagnosticsRuntimeVersion>3.1.525101</MicrosoftDiagnosticsRuntimeVersion>
-    <MicrosoftDiaSymReaderNativeVersion>16.11.27-beta1.23180.1</MicrosoftDiaSymReaderNativeVersion>
+    <MicrosoftDiaSymReaderNativeVersion>17.10.0-beta1.24272.1</MicrosoftDiaSymReaderNativeVersion>
     <MicrosoftDiagnosticsTracingTraceEventVersion>3.0.7</MicrosoftDiagnosticsTracingTraceEventVersion>
     <MicrosoftExtensionsLoggingVersion>6.0.0</MicrosoftExtensionsLoggingVersion>
     <MicrosoftExtensionsLoggingAbstractionsVersion>6.0.4</MicrosoftExtensionsLoggingAbstractionsVersion>
index 44dbd8c502527c6cb63fd368dbfeb5f9f08ac0b7..b6aa9bf8c3bffd9f18a1655876f153287d23117a 100644 (file)
@@ -11,7 +11,7 @@ if(NOT ${NUGET_PACKAGES} STREQUAL "")
         set(DIASYMREADER_ARCH amd64)
     endif()
 
-    install(FILES ${NUGET_PACKAGES}/microsoft.diasymreader.native/16.11.27-beta1.23180.1/runtimes/win/native/Microsoft.DiaSymReader.Native.${DIASYMREADER_ARCH}.dll DESTINATION . )
+    install(FILES ${NUGET_PACKAGES}/microsoft.diasymreader.native/17.10.0-beta1.24272.1/runtimes/win/native/Microsoft.DiaSymReader.Native.${DIASYMREADER_ARCH}.dll DESTINATION . )
 endif()
 
 if(NOT ${CLR_MANAGED_BINARY_DIR} STREQUAL "")