Skip to content

Commit c4b79de

Browse files
Merged PR 49314: [internal/release/8.0] - revert invalid dependencies
[internal/release/8.0] - Updated Version.Details.xml - revert invalid dependencies for System.DirectoryServices.Protocols and System.Diagnostics.EventLog ---- #### AI description (iteration 1) #### PR Classification Revert invalid dependencies. #### PR Summary This pull request reverts changes to dependencies in the project to correct invalid SHA values. - `eng/Version.Details.xml`: Updated SHA values for `System.Diagnostics.EventLog` and `System.DirectoryServices.Protocols` dependencies. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
1 parent fc2e443 commit c4b79de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
9898
</Dependency>
9999
<Dependency Name="System.Diagnostics.EventLog" Version="8.0.2">
100100
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
101-
<Sha>9e47be69725f0fae92a957c273337c22a70f4cbd</Sha>
101+
<Sha>50c4cb9fc31c47f03eac865d7bc518af173b74b7</Sha>
102102
</Dependency>
103103
<Dependency Name="System.Diagnostics.PerformanceCounter" Version="8.0.1">
104104
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -110,7 +110,7 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
110110
</Dependency>
111111
<Dependency Name="System.DirectoryServices.Protocols" Version="8.0.1">
112112
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
113-
<Sha>9e47be69725f0fae92a957c273337c22a70f4cbd</Sha>
113+
<Sha>50c4cb9fc31c47f03eac865d7bc518af173b74b7</Sha>
114114
</Dependency>
115115
<Dependency Name="System.DirectoryServices" Version="8.0.0">
116116
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

0 commit comments

Comments
 (0)