Skip to content

Commit

Permalink
Merged PR 41255: Updated Version.Details.xml - fix released package shas
Browse files Browse the repository at this point in the history
Updated Version.Details.xml - fix released package shas

----
#### AI description  (iteration 1)
#### PR Classification
Bug fix to update released package SHA values.

#### PR Summary
This pull request updates the SHA values for several dependencies in the `Version.Details.xml` file to reflect the correct released package SHAs.
- Updated SHA for `Microsoft.Extensions.DependencyModel` in `/eng/Version.Details.xml`
- Updated SHA for `System.Text.Json` in `/eng/Version.Details.xml`
- Updated SHA for `System.Security.Cryptography.Xml` in `/eng/Version.Details.xml`
  • Loading branch information
vseanreesermsft committed Jul 22, 2024
2 parents b272e9d + 5f41a95 commit 9952265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="8.0.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>40a8492d8bfb56a0a31d7d2e8de2b7ebbd60982a</Sha>
<Sha>2aade6beb02ea367fd97c4070a4198802fe61c03</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="8.0.8">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down Expand Up @@ -415,7 +415,7 @@
</Dependency>
<Dependency Name="System.Text.Json" Version="8.0.4">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>40a8492d8bfb56a0a31d7d2e8de2b7ebbd60982a</Sha>
<Sha>2aade6beb02ea367fd97c4070a4198802fe61c03</Sha>
</Dependency>
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down Expand Up @@ -467,7 +467,7 @@
</Dependency>
<Dependency Name="System.Security.Cryptography.Xml" Version="8.0.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>40a8492d8bfb56a0a31d7d2e8de2b7ebbd60982a</Sha>
<Sha>087e15321bb712ef6fe8b0ba6f8bd12facf92629</Sha>
</Dependency>
<Dependency Name="System.Security.Permissions" Version="8.0.0">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down

0 comments on commit 9952265

Please sign in to comment.