Skip to content

Commit e11fe84

Browse files
authored
Update symstore to fix forward slash escape download bug (#2099)
1 parent 84dec0d commit e11fe84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Uri>https://github.com/dotnet/arcade</Uri>
99
<Sha>72b28b7e023d4c3fffa0a0b9748a7d4e8cc799be</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.SymbolStore" Version="1.0.156601">
11+
<Dependency Name="Microsoft.SymbolStore" Version="1.0.215101">
1212
<Uri>https://github.com/dotnet/symstore</Uri>
13-
<Sha>74f738706c921aa1e3ea79ea5c69369e8f2f827b</Sha>
13+
<Sha>3ed87724fe4e98c7ecc77617720591783ee2e676</Sha>
1414
</Dependency>
1515
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.0.156101">
1616
<Uri>https://github.com/Microsoft/clrmd</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<!-- Latest symstore version updated by darc -->
11-
<MicrosoftSymbolStoreVersion>1.0.156601</MicrosoftSymbolStoreVersion>
11+
<MicrosoftSymbolStoreVersion>1.0.215101</MicrosoftSymbolStoreVersion>
1212
<!-- Runtime versions to test -->
1313
<MicrosoftNETCoreApp21Version>2.1.23</MicrosoftNETCoreApp21Version>
1414
<MicrosoftAspNetCoreApp21Version>$(MicrosoftNETCoreApp21Version)</MicrosoftAspNetCoreApp21Version>

0 commit comments

Comments
 (0)