Skip to content

Commit ace2fd1

Browse files
[darc] stop tracking Microsoft.DotNet.ApiCompat from dotnet/arcade (#10114)
Fixes: #10074 Context: dotnet/sdk#39892 `Microsoft.DotNet.ApiCompat` was moved to dotnet/sdk in later versions than 7.x, so we really can't track it with darc/maestro unless we move to the new version. Let's remove the entry from `eng/Version.Details.xml` to prevent confusion. The version number remains in `eng/Versions.props`, so this should not affect our build to remove this.
1 parent 9ab2952 commit ace2fd1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eng/Version.Details.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
</Dependency>
2828
</ProductDependencies>
2929
<ToolsetDependencies>
30-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22103.1">
31-
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>70831f0d126fe88b81d7dc8de11358e17a5ce364</Sha>
33-
</Dependency>
3430
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25251.105">
3531
<Uri>https://github.com/dotnet/dotnet</Uri>
3632
<Sha>3b83017bbef1dd0918f7c2f894cfd07f56bcd689</Sha>

0 commit comments

Comments
 (0)