Skip to content
2 changes: 2 additions & 0 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ This file should be imported by eng/Versions.props
<!-- dotnet/dotnet dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25571.109</MicrosoftDotNetArcadeSdkPackageVersion>
<SystemCommandLinePackageVersion>3.0.0-alpha.1.25571.109</SystemCommandLinePackageVersion>
<SystemIOHashingPackageVersion>10.0.0-rc.2.25502.107</SystemIOHashingPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
<SystemCommandLineVersion>$(SystemCommandLinePackageVersion)</SystemCommandLineVersion>
<SystemIOHashingVersion>$(SystemIOHashingPackageVersion)</SystemIOHashingVersion>
</PropertyGroup>
</Project>
17 changes: 4 additions & 13 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,15 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>cc7f6e84d8dae36ad9ea51a5112627b8235982cc</Sha>
</Dependency>
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.2.25502.107">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>be28ec777bf12db631725399c442448d52093087</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25571.109">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>cc7f6e84d8dae36ad9ea51a5112627b8235982cc</Sha>
</Dependency>
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
<Dependency Name="Microsoft.Build" Version="17.11.48">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>02bf66295b64ab368d12933041f7281aad186a2d</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.11.48">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>02bf66295b64ab368d12933041f7281aad186a2d</Sha>
</Dependency>
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.3.25571.109">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>cc7f6e84d8dae36ad9ea51a5112627b8235982cc</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
1 change: 0 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<!-- nuget -->
<NuGetVersioningVersion>6.12.1</NuGetVersioningVersion>
<!-- runtime -->
<SystemIOHashingVersion>10.0.0</SystemIOHashingVersion>
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
</PropertyGroup>

Expand Down