Skip to content

Commit

Permalink
Add entries of maintenance-packages packages to Versions.Details.xml …
Browse files Browse the repository at this point in the history
…so SB force-uses that version instead of the hardcoded versions in Versions.props.
  • Loading branch information
carlossanlop committed Nov 26, 2024
1 parent 30411a2 commit 3779cb2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,35 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
</Dependency>
<!-- From maintenance-packages. No darc subscription as the repo is not part of SB. -->
<Dependency Name="Microsoft.IO.Redist" Version="6.1.0">
<Uri>https://github.com/dotnet/maintenance-packages</Uri>
<Sha>d0c2a5a83211e271826172a6b0510c25a52dbd53</Sha>
</Dependency>
<Dependency Name="System.Buffers" Version="4.6.0">
<Uri>https://github.com/dotnet/maintenance-packages</Uri>
<Sha>d0c2a5a83211e271826172a6b0510c25a52dbd53</Sha>
</Dependency>
<Dependency Name="System.Data.SqlClient" Version="4.9.0">
<Uri>https://github.com/dotnet/maintenance-packages</Uri>
<Sha>d0c2a5a83211e271826172a6b0510c25a52dbd53</Sha>
</Dependency>
<Dependency Name="System.Memory" Version="4.6.0">
<Uri>https://github.com/dotnet/maintenance-packages</Uri>
<Sha>d0c2a5a83211e271826172a6b0510c25a52dbd53</Sha>
</Dependency>
<Dependency Name="System.Numerics.Vectors" Version="4.6.0">
<Uri>https://github.com/dotnet/maintenance-packages</Uri>
<Sha>d0c2a5a83211e271826172a6b0510c25a52dbd53</Sha>
</Dependency>
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="6.1.0">
<Uri>https://github.com/dotnet/maintenance-packages</Uri>
<Sha>d0c2a5a83211e271826172a6b0510c25a52dbd53</Sha>
</Dependency>
<Dependency Name="System.Threading.Tasks.Extensions" Version="4.6.0">
<Uri>https://github.com/dotnet/maintenance-packages</Uri>
<Sha>d0c2a5a83211e271826172a6b0510c25a52dbd53</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24562.13">
Expand Down

0 comments on commit 3779cb2

Please sign in to comment.