Skip to content

Commit d656a59

Browse files
committed
Merged PR 25055: Fix sha for System.Security.Cryptography.Xml
# {PR title} Summary of the changes (Less than 80 chars) ## Description {Detail} Fixes #{bug number} (in this specific format) ## Customer Impact {Justification} ## Regression? - [ ] Yes - [ ] No [If yes, specify the version the behavior has regressed from] ## Risk - [ ] High - [ ] Medium - [ ] Low [Justify the selection above] ## Verification - [ ] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [ ] N/A ---- ## When servicing release/2.1 - [ ] Make necessary changes in eng/PatchConfig.props Fix sha for System.Security.Cryptography.Xml
1 parent 162da03 commit d656a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
</Dependency>
224224
<Dependency Name="System.Security.Cryptography.Xml" Version="6.0.1">
225225
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
226-
<Sha>b114055b16ac8213ce47891aae7de2f7ccda93ab</Sha>
226+
<Sha>55fb7ef977e7d120dc12f0960edcff0739d7ee0e</Sha>
227227
</Dependency>
228228
<Dependency Name="System.ServiceProcess.ServiceController" Version="6.0.0">
229229
<Uri>https://github.com/dotnet/runtime</Uri>

0 commit comments

Comments
 (0)