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 096d7e8

Browse files
authored
[release/10.0.2xx] Make System.IO.Hashing a static dependency, not a live flowing one (#1538)
* Make System.IO.Hashing a static dependency, not a live flowing one ... also update feeds * Update Version.Details.xml
1 parent e95647c commit 096d7e8

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

NuGet.config

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,10 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6-
<!-- Begin: Package sources from dotnet-dotnet -->
7-
<!-- End: Package sources from dotnet-dotnet -->
8-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
95
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
106
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
117
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
12-
<!-- Feeds for command-line-api -->
138
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
14-
<!-- Feeds for source-build command-line-api intermediate -->
15-
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
169
</packageSources>
1710
<disabledPackageSources>
1811
<clear />

eng/Version.Details.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ 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>
1211
</PropertyGroup>
1312
<!--Property group for alternate package version names-->
1413
<PropertyGroup>
1514
<!-- dotnet/dotnet dependencies -->
1615
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
1716
<SystemCommandLineVersion>$(SystemCommandLinePackageVersion)</SystemCommandLineVersion>
18-
<SystemIOHashingVersion>$(SystemIOHashingPackageVersion)</SystemIOHashingVersion>
1917
</PropertyGroup>
2018
</Project>

eng/Versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<!-- nuget -->
2121
<NuGetVersioningVersion>6.12.1</NuGetVersioningVersion>
2222
<!-- runtime -->
23+
<SystemIOHashingVersion>10.0.0</SystemIOHashingVersion>
2324
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
2425
</PropertyGroup>
2526

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<!-- Runtime dependencies -->
2424
<PackageVersion Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />
25-
<PackageVersion Include="System.IO.Hashing" Version="$(SystemIOHashingPackageVersion)" />
25+
<PackageVersion Include="System.IO.Hashing" Version="$(SystemIOHashingVersion)" />
2626
</ItemGroup>
2727

2828
<!-- External dependencies -->

0 commit comments

Comments
 (0)