Skip to content

Commit c7cbd67

Browse files
authored
[maestro] Add a subscription to 'Microsoft.DotNet.SharedFramework.Sdk'. (#21095)
This way the dependency is automatically bumped and we're not left in the stone age.
1 parent 0f70086 commit c7cbd67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eng/Version.Details.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@
7070
</Dependency>
7171
</ProductDependencies>
7272
<ToolsetDependencies>
73-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24408.2">
73+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="8.0.0-beta.24413.2">
74+
<Uri>https://github.com/dotnet/arcade</Uri>
75+
<Sha>51321b7e150a2f426cb9e1334687bdfab68ec323</Sha>
76+
</Dependency>
77+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24408.2" Pinned="true">
7478
<Uri>https://github.com/dotnet/arcade</Uri>
7579
<Sha>60ae233c3d77f11c5fdb53e570b64d503b13ba59</Sha>
7680
</Dependency>

0 commit comments

Comments
 (0)