Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependencies from https://github.com/dotnet/symstore build 202…
…20627.1

Microsoft.SymbolStore
 From Version 1.0.332201 -> To Version 1.0.332701
  • Loading branch information
dotnet-maestro[bot] committed Jun 28, 2022
commit 6ca1a0247b7f7af4e683fa5680f20f6b7c804399
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.SymbolStore" Version="1.0.332201">
<Dependency Name="Microsoft.SymbolStore" Version="1.0.332701">
<Uri>https://github.com/dotnet/symstore</Uri>
<Sha>5e2f1fa9d6110ff9cfb4278f8ced6c06b6b4d3e2</Sha>
<Sha>34b46fa97254f851f8c8729cb1bb1977ba8094e8</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.2.332302">
<Uri>https://github.com/microsoft/clrmd</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- The SDK runtime version used to build single-file apps (currently hardcoded) -->
<SingleFileRuntimeVersion>6.0.5</SingleFileRuntimeVersion>
<!-- Latest symstore version updated by darc -->
<MicrosoftSymbolStoreVersion>1.0.332201</MicrosoftSymbolStoreVersion>
<MicrosoftSymbolStoreVersion>1.0.332701</MicrosoftSymbolStoreVersion>
<!-- Runtime versions to test -->
<MicrosoftNETCoreApp31Version>3.1.18</MicrosoftNETCoreApp31Version>
<MicrosoftAspNetCoreApp31Version>$(MicrosoftNETCoreApp31Version)</MicrosoftAspNetCoreApp31Version>
Expand Down