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
File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments