WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 52f4e1a

Browse files
authored
Make System.IO.Hashing a live dependency (#1543)
and make Microsoft.Build* a truly static dependency for SB and MSFT build.
1 parent a93ac70 commit 52f4e1a

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

eng/Version.Details.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ This file should be imported by eng/Versions.props
88
<!-- dotnet/dotnet dependencies -->
99
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25571.105</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.0</SystemCommandLinePackageVersion>
11+
<SystemIOHashingPackageVersion>10.0.0-rc.2.25502.107</SystemIOHashingPackageVersion>
1112
</PropertyGroup>
1213
<!--Property group for alternate package version names-->
1314
<PropertyGroup>
1415
<!-- dotnet/dotnet dependencies -->
1516
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
1617
<SystemCommandLineVersion>$(SystemCommandLinePackageVersion)</SystemCommandLineVersion>
18+
<SystemIOHashingVersion>$(SystemIOHashingPackageVersion)</SystemIOHashingVersion>
1719
</PropertyGroup>
1820
</Project>

eng/Version.Details.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,15 @@
66
<Uri>https://github.com/dotnet/dotnet</Uri>
77
<Sha>3a0c62bf027fbcb8683a13e78a5b21ae19028ca3</Sha>
88
</Dependency>
9+
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.2.25502.107">
10+
<Uri>https://github.com/dotnet/dotnet</Uri>
11+
<Sha>be28ec777bf12db631725399c442448d52093087</Sha>
12+
</Dependency>
913
</ProductDependencies>
1014
<ToolsetDependencies>
1115
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25571.105">
1216
<Uri>https://github.com/dotnet/dotnet</Uri>
1317
<Sha>ae0ed89fe1caed1244d7633ba6e41cdd003023f7</Sha>
1418
</Dependency>
15-
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
16-
<Dependency Name="Microsoft.Build" Version="17.11.48">
17-
<Uri>https://github.com/dotnet/msbuild</Uri>
18-
<Sha>02bf66295b64ab368d12933041f7281aad186a2d</Sha>
19-
</Dependency>
20-
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.11.48">
21-
<Uri>https://github.com/dotnet/msbuild</Uri>
22-
<Sha>02bf66295b64ab368d12933041f7281aad186a2d</Sha>
23-
</Dependency>
24-
<Dependency Name="System.IO.Hashing" Version="10.0.0-rc.2.25502.107">
25-
<Uri>https://github.com/dotnet/dotnet</Uri>
26-
<Sha>be28ec777bf12db631725399c442448d52093087</Sha>
27-
</Dependency>
2819
</ToolsetDependencies>
2920
</Dependencies>

eng/Versions.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<!-- nuget -->
2121
<NuGetVersioningVersion>6.12.1</NuGetVersioningVersion>
2222
<!-- runtime -->
23-
<SystemIOHashingVersion>10.0.0</SystemIOHashingVersion>
2423
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
2524
</PropertyGroup>
2625

0 commit comments

Comments
 (0)