Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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.328001">
<Dependency Name="Microsoft.SymbolStore" Version="1.0.330601">
<Uri>https://github.com/dotnet/symstore</Uri>
<Sha>1ff51a5afa61af820a14b3aa84b401d1a79bc783</Sha>
<Sha>d26a72e2831b59f98820c2342d3e639fb90bee1c</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.0.325901">
<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.328001</MicrosoftSymbolStoreVersion>
<MicrosoftSymbolStoreVersion>1.0.330601</MicrosoftSymbolStoreVersion>
<!-- Runtime versions to test -->
<MicrosoftNETCoreApp31Version>3.1.18</MicrosoftNETCoreApp31Version>
<MicrosoftAspNetCoreApp31Version>$(MicrosoftNETCoreApp31Version)</MicrosoftAspNetCoreApp31Version>
Expand Down